From cba1922742409661ad8328e9cb29628c56660976 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 21 Jun 2018 22:36:48 +0100 Subject: [PATCH] [2.0.x] Updated a test example to use snake case. Backport of ae38777698dd0bf2a9efefef778d5e92d36c8d12 from master --- 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 8a1068ad10b..d3979e5c7a1 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()