Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get_test_runner_kwargs
Method · 0.95
_test_output
Method · 0.95
test_setupclass_exception
Method · 0.95
Calls
no outgoing calls
Tested by
2
_test_output
Method · 0.76
test_setupclass_exception
Method · 0.76