A class able to run tests in parallel
Run all the tests
Display the tests results.
Called at the end of self.run() Sets self.ok
Called when user press ctr+c during the test suite
Implementation of a ‘worker’ thread. It will consume the test queue, running the tests and logging the results
Tell the worker it should stop trying to read items from the queue
Small class used to print what is going on during tests, using a mutex so that outputs are not mixed up
Called when a test starts
Called when a test is over
Enter search terms or a module, class or function name.