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:19 -0400 |
| commit | ea75f8abca851ed4b6f3764a9d1af95e215208f0 (patch) | |
| tree | b3b6912a21d5317feab8c6a6a5b4221c746e861f | |
| parent | afcf5aad7c44c59b540c9bba192cac5d45b70019 (diff) | |
[2.1.x] Updated a test example to use snake case.
Backport of ae38777698dd0bf2a9efefef778d5e92d36c8d12 from master
| -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 1f7d3b4f06..16d10e273e 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1072,7 +1072,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() |
