mirror of https://github.com/django/django.git
[2.0.x] Updated a test example to use snake case.
Backport of ae38777698
from master
This commit is contained in:
parent
f8a6488839
commit
cba1922742
|
@ -1056,7 +1056,7 @@ subclass::
|
|||
# Test definitions as before.
|
||||
call_setup_methods()
|
||||
|
||||
def testFluffyAnimals(self):
|
||||
def test_fluffy_animals(self):
|
||||
# A test that uses the fixtures.
|
||||
call_some_test_code()
|
||||
|
||||
|
|
Loading…
Reference in New Issue