MCPcopy
hub / github.com/django/django / setUpTestData

Method setUpTestData

django/test/testcases.py:1462–1464  ·  view source on GitHub ↗

Load initial data for the TestCase.

(cls)

Source from the content-addressed store, hash-verified

1460
1461 @classmethod
1462 def setUpTestData(cls):
1463 """Load initial data for the TestCase."""
1464 pass
1465
1466 def _should_reload_connections(self):
1467 if self._databases_support_transactions():

Callers 2

setUpClassMethod · 0.45
_fixture_setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected