comparison babel/tests/__init__.py @ 61:da7efa40a9e2

Move `Translations` and `LazyProxy` to new `babel.support` module, which should contain any convenience code that is useful for applications using Babel/I18n, but not used by Babel itself. ''(Note that [61] was an accidential check in of part of this change)''
author cmlenz
date Fri, 08 Jun 2007 11:54:01 +0000
parents 2834e2a6fd26
children 3fb050ad01ae
comparison
equal deleted inserted replaced
60:2834e2a6fd26 61:da7efa40a9e2
12 # history and logs, available at http://babel.edgewall.org/log/. 12 # history and logs, available at http://babel.edgewall.org/log/.
13 13
14 import unittest 14 import unittest
15 15
16 def suite(): 16 def suite():
17 from babel.tests import core, dates, localedata, numbers, util 17 from babel.tests import core, dates, localedata, numbers, support, util
18 from babel.messages import tests as messages 18 from babel.messages import tests as messages
19 suite = unittest.TestSuite() 19 suite = unittest.TestSuite()
20 suite.addTest(core.suite()) 20 suite.addTest(core.suite())
21 suite.addTest(dates.suite()) 21 suite.addTest(dates.suite())
22 suite.addTest(localedata.suite()) 22 suite.addTest(localedata.suite())
Copyright (C) 2012-2017 Edgewall Software