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

Method setUp

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

Source from the content-addressed store, hash-verified

751
752class Ticket17477RegressionTests(AdminScriptTestCase):
753 def setUp(self):
754 super().setUp()
755 self.write_settings("settings.py")
756
757 def test_ticket_17477(self):
758 """'manage.py help test' works after r16352."""

Callers

nothing calls this directly

Calls 2

write_settingsMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected