[Zope-Checkins] CVS: Zope3/lib/python/Zope/PageTemplate/tests - test_binding.py:1.1.2.2
Fred Drake Jr
fdrake@acm.org
Tue, 20 Nov 2001 10:03:39 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/PageTemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv29616
Modified Files:
Tag: Zope-3x-branch
test_binding.py
Log Message:
Give the test method a more reasonable name.
=== Zope3/lib/python/Zope/PageTemplate/tests/test_binding.py 1.1.2.1 => 1.1.2.2 ===
class BindingTestCase(unittest.TestCase):
- def test_(self):
+ def test_binding(self):
comp = PTComponent(Content())
self.assertEqual(comp.index(), "42\n")