diff options
| author | Adam Johnson <me@adamj.eu> | 2018-06-21 22:36:48 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-21 17:36:48 -0400 |
| commit | ae38777698dd0bf2a9efefef778d5e92d36c8d12 (patch) | |
| tree | f531773c0f02bf538130c0a60b0f05f76ca5e50e /docs/topics/testing | |
| parent | fa679db1ff72667749757d62324a2797cb4a2cc4 (diff) | |
Updated a test example to use snake case.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
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() |
