[Zope-Checkins] CVS: Zope3/lib/python/Zope/I18n/tests - testSimpleTranslationService.py:1.2
Barry Warsaw
barry@wooz.org
Wed, 12 Jun 2002 17:01:41 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/I18n/tests
In directory cvs.zope.org:/tmp/cvs-serv13898/lib/python/Zope/I18n/tests
Modified Files:
testSimpleTranslationService.py
Log Message:
Code cleanups.
=== Zope3/lib/python/Zope/I18n/tests/testSimpleTranslationService.py 1.1 => 1.2 ===
('default', 'de', 'greeting'): 'Hallo $name, wie geht es Dir?'}
)
-
return service
def test_suite():
- loader=unittest.TestLoader()
+ loader = unittest.TestLoader()
return loader.loadTestsFromTestCase(TestSimpleTranslationService)
-if __name__=='__main__':
+if __name__ == '__main__':
unittest.TextTestRunner().run(test_suite())