Propagate python unit test failure to github actions. (#1505)
* Exit with correct exit code from Python test runners. * Fix unit tests that were using older APIs.
Showing
- .github/workflows/basic.yml 4 additions, 1 deletion.github/workflows/basic.yml
- python/test/unit/runner.py 2 additions, 1 deletionpython/test/unit/runner.py
- python/test/unit/test_event_generators.py 6 additions, 12 deletionspython/test/unit/test_event_generators.py
- python/test/unit_distributed/runner.py 3 additions, 1 deletionpython/test/unit_distributed/runner.py
- python/test/unit_distributed/test_domain_decompositions.py 10 additions, 10 deletionspython/test/unit_distributed/test_domain_decompositions.py
- python/test/unit_distributed/test_simulator.py 3 additions, 3 deletionspython/test/unit_distributed/test_simulator.py
Please register or sign in to comment