mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed unneeded test suite creation for GIS measure tests.
This commit is contained in:
		| @@ -293,18 +293,3 @@ class AreaTest(unittest.TestCase): | ||||
|         self.assertEqual(hash(a2), hash(a3)) | ||||
|         self.assertNotEqual(hash(a1), hash(a2)) | ||||
|         self.assertNotEqual(hash(a1), hash(a3)) | ||||
|  | ||||
|  | ||||
| def suite(): | ||||
|     s = unittest.TestSuite() | ||||
|     s.addTest(unittest.makeSuite(DistanceTest)) | ||||
|     s.addTest(unittest.makeSuite(AreaTest)) | ||||
|     return s | ||||
|  | ||||
|  | ||||
| def run(verbosity=2): | ||||
|     unittest.TextTestRunner(verbosity=verbosity).run(suite()) | ||||
|  | ||||
|  | ||||
| if __name__ == "__main__": | ||||
|     run() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user