[2.1.x] Updated a test example to use snake case.

Backport of ae38777698dd0bf2a9efefef778d5e92d36c8d12 from master
This commit is contained in:
Adam Johnson 2018-06-21 22:36:48 +01:00 committed by Tim Graham
parent afcf5aad7c
commit ea75f8abca

View File

@ -1072,7 +1072,7 @@ subclass::
# Test definitions as before. # Test definitions as before.
call_setup_methods() call_setup_methods()
def testFluffyAnimals(self): def test_fluffy_animals(self):
# A test that uses the fixtures. # A test that uses the fixtures.
call_some_test_code() call_some_test_code()