diff --git a/tests/common.py b/tests/common.py index 07f62517..a401ddb5 100644 --- a/tests/common.py +++ b/tests/common.py @@ -10,4 +10,6 @@ def run_tests(): - unittest.main() \ No newline at end of file + import faulthandler + faulthandler.enable() + unittest.main(verbosity=2) \ No newline at end of file