MCPcopy
hub / github.com/django/django / get_resultclass

Method get_resultclass

django/test/runner.py:1035–1039  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1033 )
1034
1035 def get_resultclass(self):
1036 if self.debug_sql:
1037 return DebugSQLTextTestResult
1038 elif self.pdb:
1039 return PDBDebugResult
1040
1041 def get_test_runner_kwargs(self):
1042 kwargs = {

Callers 3

_test_outputMethod · 0.95

Calls

no outgoing calls

Tested by 2

_test_outputMethod · 0.76