mirror of
				https://github.com/django/django.git
				synced 2025-10-26 07:06:08 +00:00 
			
		
		
		
	
							
								
								
									
										3
									
								
								tests/cache/tests.py
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								tests/cache/tests.py
									
									
									
									
										vendored
									
									
								
							| @@ -1151,8 +1151,9 @@ class FileBasedCacheTests(BaseCacheTests, TestCase): | |||||||
|             cache_params.update({'LOCATION': self.dirname}) |             cache_params.update({'LOCATION': self.dirname}) | ||||||
|  |  | ||||||
|     def tearDown(self): |     def tearDown(self): | ||||||
|         shutil.rmtree(self.dirname) |  | ||||||
|         super(FileBasedCacheTests, self).tearDown() |         super(FileBasedCacheTests, self).tearDown() | ||||||
|  |         # Call parent first, as cache.clear() may recreate cache base directory | ||||||
|  |         shutil.rmtree(self.dirname) | ||||||
|  |  | ||||||
|     def test_ignores_non_cache_files(self): |     def test_ignores_non_cache_files(self): | ||||||
|         fname = os.path.join(self.dirname, 'not-a-cache-file') |         fname = os.path.join(self.dirname, 'not-a-cache-file') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user