summaryrefslogtreecommitdiff
path: root/tests/bug639
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-07 19:08:42 -0400
committerTim Graham <timograham@gmail.com>2014-07-07 19:08:42 -0400
commit89b9e6e5d68297e7fe10baea6abcd96e24de0e09 (patch)
tree9d401d0ed234e93c53f2c75c21500d6d530596a3 /tests/bug639
parent54546cee88f1db4e7e0ad75ebb9672c118b2236c (diff)
Fixed #22909 -- Removed camelCasing in some tests.
Thanks brylie.
Diffstat (limited to 'tests/bug639')
-rw-r--r--tests/bug639/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bug639/tests.py b/tests/bug639/tests.py
index 769d27d2f0..26e172ab50 100644
--- a/tests/bug639/tests.py
+++ b/tests/bug639/tests.py
@@ -16,7 +16,7 @@ from .models import Photo, PhotoForm, temp_storage_dir
class Bug639Test(unittest.TestCase):
- def testBug639(self):
+ def test_bug_639(self):
"""
Simulate a file upload and check how many times Model.save() gets
called.