MCPcopy
hub / github.com/django/django / setUp

Method setUp

tests/sites_tests/tests.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 cls.site.save()
27
28 def setUp(self):
29 Site.objects.clear_cache()
30 self.addCleanup(Site.objects.clear_cache)
31
32 def test_site_manager(self):
33 # Make sure that get_current() does not return a deleted Site object.

Callers

nothing calls this directly

Calls 1

clear_cacheMethod · 0.45

Tested by

no test coverage detected