Load initial data for the TestCase.
(cls)
| 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(): |
no outgoing calls
no test coverage detected