From ae38777698dd0bf2a9efefef778d5e92d36c8d12 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 21 Jun 2018 22:36:48 +0100 Subject: [PATCH] Updated a test example to use snake case. --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()