Skip to content

Fix edge case with BaseCase tearDown() method

Compare
Choose a tag to compare
@mdmintz mdmintz released this 15 Nov 05:38
· 7243 commits to master since this release
162ce06

Fix edge case with BaseCase tearDown() method

  • If running tests with --pdb, tests would fail if there were no errors. Now fixed.