瀏覽代碼

Updated a test example to use snake case.

Adam Johnson 6 年之前
父節點
當前提交
ae38777698
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()