Skip to content

Commit

Permalink
ENH: Verbose tests (#639)
Browse files Browse the repository at this point in the history
* ENH: Verbose tests
  • Loading branch information
cookpa committed May 18, 2024
1 parent 7ee42da commit cd2a4ac
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(verbosity=2)

0 comments on commit cd2a4ac

Please sign in to comment.