MCPcopy
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
321def teardown_run_tests(state):
322 teardown_collect_tests(state)
323 del os.environ["RUNNING_DJANGOS_TEST_SUITE"]
324
325
326class ActionSelenium(argparse.Action):

Callers 1

django_testsFunction · 0.85

Calls 1

teardown_collect_testsFunction · 0.85

Tested by

no test coverage detected