How to interrupt or stop test when excuting TestCase.run
How to interrupt or stop test when excuting TestCase.run? I tried result.stop(), stopTest(), stopTestRun() and self.fail(), but test is still running.
How to interrupt or stop test when excuting TestCase.run? I tried result.stop(), stopTest(), stopTestRun() and self.fail(), but test is still running.