-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed end2end tests to contribute coverage to unit tests
Details: * Used --cov-append option of pytest to have pytest runs contribute to the same coverage file .coverage instead of recreating it. The unit test and end2end test runs now use the same .coverage file. * Added the .coveragec file to the dependents of the test end end2end test targets. * Had to increase the minimum version of the 'coverage' package from 5.0 to 5.5 to address an internal error that surfaced when using --cov-append. * Also had to increase the minimum versions of pytest and pytest-cov and pluggy. Signed-off-by: Andreas Maier <[email protected]>
- Loading branch information
1 parent
b27e072
commit bcbc687
Showing
6 changed files
with
21 additions
and
48 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 was deleted.
Oops, something went wrong.
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
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