Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ teardown_run_tests
Function
teardown_run_tests
tests/runtests.py:321–323 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
319
320
321
def
teardown_run_tests(state):
322
teardown_collect_tests(state)
323
del os.environ[
"RUNNING_DJANGOS_TEST_SUITE"
]
324
325
326
class
ActionSelenium(argparse.Action):
Callers
1
django_tests
Function · 0.85
Calls
1
teardown_collect_tests
Function · 0.85
Tested by
no test coverage detected