Detect missing unittests
I am refactoring a legacy Python project, which did not have any unittests.
Assuming a directory structure like this:
I am refactoring a legacy Python project, which did not have any unittests.
Assuming a directory structure like this:
Is it possible to get the results of a test (i.e. whether all assertions have passed) in a tearDown() method? I’m running Selenium scripts, and I’d like to do some reporting from inside tearDown(), however I don’t know if this is possible.
I have two files