1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Renamed camelCaseTestMethods to snake_case_test_methods

This commit is contained in:
Markus Holtermann
2019-04-14 15:00:48 +02:00
parent 2e38f2015a
commit da0b2554ec
5 changed files with 28 additions and 28 deletions

View File

@@ -136,7 +136,7 @@ class GenericInlineAdminParametersTest(TestDataMixin, TestCase):
self.assertEqual(formset.total_form_count(), 1)
self.assertEqual(formset.initial_form_count(), 1)
def testMaxNumParam(self):
def test_max_num_param(self):
"""
With extra=5 and max_num=2, there should be only 2 forms.
"""