Skip to content

Commit

Permalink
ENH: Verbose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed May 18, 2024
1 parent 3b5383e commit e198970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@


def run_tests():
unittest.main()
import faulthandler
faulthandler.enable()
unittest.main(vebosity=2))

0 comments on commit e198970

Please sign in to comment.