-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Adjust unit tests and add missing unit tests
After #87 has been merged into `main`, this dev branch for BAR-125 has been rebased on top of `main`. Given the improvements made to the unit test suite through #87, we are now adjusting the unit tests of this dev branch: * `test_server_operation.py` for `ConfigSwitchOperation` is now following the new design, which uses `pytest` and splits complex tests into several smaller ones; * add tests for "config switch operation" on unit test modules that where introduced by #87 (`test_main.py`, `test_run.py`, and `test_utility_controller.py`) Note: we are still missing the final design of the `barman config switch` implementation in Barman, so we keep this branch as a WIP. References: BAR-125. Signed-off-by: Israel Barth Rubio <[email protected]>
- Loading branch information
1 parent
69a64cc
commit bd0d1da
Showing
4 changed files
with
249 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.