MCPcopy
hub / github.com/django/django / make_tests

Method make_tests

tests/test_runner/tests.py:157–160  ·  view source on GitHub ↗

Return an iterable of tests.

(self)

Source from the content-addressed store, hash-verified

155 self.assertNotIsInstance(tests[0], unittest.TestSuite)
156
157 def make_tests(self):
158 """Return an iterable of tests."""
159 suite = self.make_test_suite()
160 return list(iter_test_cases(suite))
161
162 def test_shuffle_tests(self):
163 tests = self.make_tests()

Calls 2

make_test_suiteMethod · 0.95
iter_test_casesFunction · 0.90

Tested by

no test coverage detected