MCPcopy
hub / github.com/django/django / setUp

Method setUp

tests/test_runner/tests.py:623–625  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

621 """
622
623 def setUp(self):
624 super().setUp()
625 self.write_settings("settings.py")
626
627 def test_testrunner_option(self):
628 args = [

Callers

nothing calls this directly

Calls 2

write_settingsMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected