Commit 88aa333e authored by David Glick's avatar David Glick

avoid test method name collision

parent 5c06381f
......@@ -69,7 +69,7 @@ class ViewMixinForTemplatesTests(unittest.TestCase):
self.failUnless(result is index)
self.assertEqual(index._called_with, ((), {'foo': 'bar'}))
def test___call___no_args_no_kw(self):
def test___call___w_args_w_kw(self):
view = self._makeOne()
view.index = index = DummyTemplate()
result = view('abc', foo='bar')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment