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:37:34 -0400 |
| commit | cba1922742409661ad8328e9cb29628c56660976 (patch) | |
| tree | 3980a1eb82c04ac254daffe96216ba0dbad17cab /docs | |
| parent | f8a6488839ac3666412bd3b5573cf7eae78fbcca (diff) | |
[2.0.x] Updated a test example to use snake case.
Backport of ae38777698dd0bf2a9efefef778d5e92d36c8d12 from master
Diffstat (limited to 'docs')
| -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 8a1068ad10..d3979e5c7a 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() |
