test.runner.DiscoverRunner.test_runner

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.

doc_Django
2016-10-09 18:40:03
Comments
Leave a Comment

Please login to continue.