Closed alilasemi closed 3 years ago
When running Pytest, if one test case fails, the others are not run. This is bad, since all tests should run in order to get a percentage of which tests failed.
This was fixed by commit https://github.com/IhmeGroup/quail_dev/commit/cd3893ebb47802df558ae4229a8809d58a02401b.
When running Pytest, if one test case fails, the others are not run. This is bad, since all tests should run in order to get a percentage of which tests failed.