test.runner.DiscoverRunner.test_loader

DiscoverRunner.test_loader

This is the class that loads tests, whether from TestCases or modules or otherwise and bundles them into test suites for the runner to execute. By default it is set to unittest.defaultTestLoader. You can override this attribute if your tests are going to be loaded in unusual ways.

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

Please login to continue.