mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Renamed tests for util -> utils moves; refs #17627.
This commit is contained in:
		| @@ -90,7 +90,7 @@ class NestedObjectsTests(TestCase): | |||||||
|         n.collect([Vehicle.objects.first()]) |         n.collect([Vehicle.objects.first()]) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class UtilTests(TestCase): | class UtilsTests(TestCase): | ||||||
|     def test_values_from_lookup_field(self): |     def test_values_from_lookup_field(self): | ||||||
|         """ |         """ | ||||||
|         Regression test for #12654: lookup_field |         Regression test for #12654: lookup_field | ||||||
| @@ -12,7 +12,7 @@ from django.utils.translation import ugettext_lazy | |||||||
| from django.utils.encoding import python_2_unicode_compatible | from django.utils.encoding import python_2_unicode_compatible | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class FormsUtilTestCase(TestCase): | class FormsUtilsTestCase(TestCase): | ||||||
|     # Tests for forms/utils.py module. |     # Tests for forms/utils.py module. | ||||||
| 
 | 
 | ||||||
|     def test_flatatt(self): |     def test_flatatt(self): | ||||||
		Reference in New Issue
	
	Block a user