forked from osbuild/osbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: convert
TestStages.run_stage_diff_test()
to pytest
This commit moves the `TestStages.run_stage_diff_test()` and the `make_stage_tests()` helper into a paramerized pytest. This makes it more uniform with our other tests that are mostly pytest based and it also makes it possible to easiyl do a `pytest --collect-only` to see what is actually run. Another nice reason to move more to pytest is that it allows to use custom markers like `@pytest.mark.slow` which we could use to have a `make quick-test` or something.
- Loading branch information
Showing
2 changed files
with
61 additions
and
15 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