-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, a test failure would call `sys.exit()`, which would throw an exception, which would be caught and converted into a boolean, and accumulated over all test runs. Now that all tests are part of a single class, we can instead just log a failure counter as a class field, and check its status once in the end. Signed-off-by: Hanno Becker <[email protected]>
- Loading branch information
1 parent
ecd2b63
commit 78cf2a6
Showing
1 changed file
with
59 additions
and
95 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