-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEST: Run all tests through
pytest
(#2090)
* run legacy tests with pytest * add back pyargs to pytest call * more pyargs * try changing order of PYTHONPATH * try changing to relative imports instead of adding PYTHONPATH * missing delete * try executing non-mpi tests first to see if they also fail * try deleting __init__.py in test folder * try removing relative import * move patching test also to pytest, restore MPI on windows * fix unexecuted parametrization * remove unused import * better naming * add name of estimator being patched * account for platforms using non-standard process codes * correct fixture names * use yield instead of finalize * try removing pyargs to see what happens * add separate tests for global and module-specific * remove unused argument * remove global patching test * fixes for windows * try changing fixtures back to manual finalizers * add comment about the yield fixtures * Update .ci/scripts/test_global_patch.py Co-authored-by: Ian Faust <icfaust@gmail.com> --------- Co-authored-by: Ian Faust <icfaust@gmail.com>
- Loading branch information
1 parent
8883b39
commit 614e088
Showing
6 changed files
with
160 additions
and
99 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
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
Empty file.
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