Ver Fonte

Updated a test example to use snake case.

Adam Johnson há 6 anos atrás
pai
commit
ae38777698
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/topics/testing/tools.txt

+ 1 - 1
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()