Skip to content

Commit 315b51b

Browse files
committed
Remove exit call
1 parent c46430e commit 315b51b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_unit_tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,3 @@ def run_test_files():
151151

152152
# Print coverage statistics
153153
print_coverage_statistics()
154-
155-
# Exit with appropriate code
156-
exit(0 if all_tests_passed else 1)

0 commit comments

Comments
 (0)