summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 6e0cfad80b..61b86bd3c2 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1073,7 +1073,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()