DiscoverRunner.test_runner
This is the class of the low-level test runner which is used to execute the individual tests and format the results. By default it is set to unittest.TextTestRunner
. Despite the unfortunate similarity in naming conventions, this is not the same type of class as DiscoverRunner
, which covers a broader set of responsibilities. You can override this attribute to modify the way tests are run and reported.
Please login to continue.