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

Method setUp

tests/admin_scripts/tests.py:270–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

268 """
269
270 def setUp(self):
271 super().setUp()
272 self.write_settings("settings.py")
273
274 def test_builtin_command(self):
275 """

Callers

nothing calls this directly

Calls 2

write_settingsMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected