-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description of changes: - rewrite CMake logic for Python tests - checkpoint tests: convert the body of the list loop into a function `checkpoint_test()` and call it once for each combination of features (improves readability and separation of concerns) - tests called multiple times with a different number of MPI ranks no longer require creating a new copy of the original file, instead a different CTest name is used - Python tests that used to depend on CMake variable substitution are now configured with a class factory; the CMake variable is passed as a command-line argument to the test file and the corresponding test class is generated on-the-fly - improve code coverage - checkpoint tests coverage data is no longer discarded at random, instead it is accumulated over all feature combinations
- Loading branch information
Showing
12 changed files
with
673 additions
and
533 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.