Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ run_tests
Method
run_tests
tests/test_runner/runner.py:28–29 ·
view source on GitHub ↗
(self, test_labels, **kwargs)
Source
from the content-addressed store, hash-verified
26
parser.add_argument(
"--option_c"
,
"-c"
, default=
"3"
)
27
28
def
run_tests(self, test_labels, **kwargs):
29
print(
"%s:%s:%s"
% (self.option_a, self.option_b, self.option_c))
Callers
3
django_tests
Function · 0.45
test_no_initialize_suite_test_runner
Method · 0.45
test_no_initialize_suite_test_runner
Method · 0.45
Calls
no outgoing calls
Tested by
3
django_tests
Function · 0.36
test_no_initialize_suite_test_runner
Method · 0.36
test_no_initialize_suite_test_runner
Method · 0.36