mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed empty setUp() in admindocs tests.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							b8763fc0a4
						
					
				
				
					commit
					26c2a6ff88
				
			| @@ -323,9 +323,6 @@ class DescriptionLackingField(models.Field): | ||||
|  | ||||
|  | ||||
| class TestFieldType(unittest.TestCase): | ||||
|     def setUp(self): | ||||
|         pass | ||||
|  | ||||
|     def test_field_name(self): | ||||
|         with self.assertRaises(AttributeError): | ||||
|             views.get_readable_field_data_type("NotAField") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user