Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ addTest
Method
addTest
tests/test_runner/tests.py:44–45 ·
view source on GitHub ↗
(self, test)
Source
from the content-addressed store, hash-verified
42
self.tests = []
43
44
def
addTest(self, test):
45
self.tests.append(test)
46
47
def
__iter__(self):
48
yield
from
self.tests
Callers
15
build_test_suite
Method · 0.80
test_reorder_tests_reverse_with_duplicates
Method · 0.80
_test_output
Method · 0.80
test_setupclass_exception
Method · 0.80
test_run_cleanup
Method · 0.80
test_run_pre_setup_error
Method · 0.80
test_run_post_teardown_error
Method · 0.80
test_run_skipped_test_no_cleanup
Method · 0.80
test_debug_cleanup
Method · 0.80
test_debug_bubbles_error
Method · 0.80
test_debug_bubbles_pre_setup_error
Method · 0.80
test_debug_bubbles_post_teardown_error
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected