MCPcopy
hub / github.com/django/django / run_checks

Method run_checks

django/test/runner.py:1051–1054  ·  view source on GitHub ↗
(self, databases)

Source from the content-addressed store, hash-verified

1049 return kwargs
1050
1051 def run_checks(self, databases):
1052 # Checks are run after database creation since some checks require
1053 # database access.
1054 call_command("check", verbosity=self.verbosity, databases=databases)
1055
1056 def run_suite(self, suite, **kwargs):
1057 kwargs = self.get_test_runner_kwargs()

Callers 1

run_testsMethod · 0.95

Calls 1

call_commandFunction · 0.90

Tested by

no test coverage detected