diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 8a1068ad10..d3979e5c7a 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -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()