summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_base.py
diff options
context:
space:
mode:
authorIan Wilson <ian.owings@gmail.com>2013-09-06 17:20:43 -0500
committerIan Wilson <ian.owings@gmail.com>2013-09-06 17:20:43 -0500
commitd0051308450880dbc2df6de96a6d1aab954df000 (patch)
treec396f490cf1d19818c0c88f38f7081f838f1b178 /tests/generic_views/test_base.py
parentb79df0b35861400f573e74d0305d7298c221e7ff (diff)
fixed test name from an old, overly specific iteration of the test
Diffstat (limited to 'tests/generic_views/test_base.py')
-rw-r--r--tests/generic_views/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic_views/test_base.py b/tests/generic_views/test_base.py
index bd354ee091..5dd6815d05 100644
--- a/tests/generic_views/test_base.py
+++ b/tests/generic_views/test_base.py
@@ -472,7 +472,7 @@ class UseMultipleObjectMixinTest(unittest.TestCase):
class SingleObjectTemplateResponseMixinTest(unittest.TestCase):
- def test_create_view_with_form_only(self):
+ def test_template_mixin_without_template(self):
"""
We want to makes sure that if you use a template mixin, but forget the
template, it still tells you it's ImproperlyConfigured instead of