mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Used Apps.clear_cache() in tests that alter the app registry.
This commit is contained in:
parent
8cfcd801c4
commit
38ce41103f
6 changed files with 8 additions and 8 deletions
|
|
@ -21,7 +21,7 @@ class EggLoadingTest(TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
apps.all_models['app_loading'] = self._old_models
|
||||
apps.get_models.cache_clear()
|
||||
apps.clear_cache()
|
||||
|
||||
sys.path = self.old_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue