Is there a way to make unittest.TextTestRunner completely quiet, meaning that it never prints to output on its own? Even at verbosity=0 it prints results when done.
The thing is that i want to process the TestResult object returned by the runner before anything is printed.