Closed naylor-b closed 2 months ago
I realized recently that when I added support for subtests by just letting the TestCase object handle running the test (which also handles setup and teardown), I forgot to remove the calls to setup/teardown that we were making on our side.
None
Nevermind. The calls I thought were extra calls to setUp/tearDown were actually calls to setUpClass/tearDownClass, so previous code was fine.
we can close #74, or is that still an issue?
Summary
I realized recently that when I added support for subtests by just letting the TestCase object handle running the test (which also handles setup and teardown), I forgot to remove the calls to setup/teardown that we were making on our side.
Backwards incompatibilities
None
New Dependencies
None