run-tests: support setUp() and tearDown() in TestCase wrapper
unittest.TestCase.run() calls setUp() and tearDown() during run(). We emulate that implementation.
Loading
Please register or sign in to comment
unittest.TestCase.run() calls setUp() and tearDown() during run(). We emulate that implementation.