MCPcopy
hub / github.com/django/django / tearDown

Method tearDown

tests/cache/tests.py:2400–2401  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2398 factory = RequestFactory()
2399
2400 def tearDown(self):
2401 cache.clear()
2402
2403 @override_settings(USE_I18N=True, USE_TZ=False)
2404 def test_cache_key_i18n_translation(self):

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected