[Zconfig] SVN: ZConfig/trunk/ZConfig/tests/test_readme.py er, actually use the setUp and tearDown having bothered to write them ; -)
Chris Withers
chris at simplistix.co.uk
Thu Jun 11 05:58:45 EDT 2009
Log message for revision 100857:
er, actually use the setUp and tearDown having bothered to write them ;-)
Changed:
U ZConfig/trunk/ZConfig/tests/test_readme.py
-=-
Modified: ZConfig/trunk/ZConfig/tests/test_readme.py
===================================================================
--- ZConfig/trunk/ZConfig/tests/test_readme.py 2009-06-11 09:58:37 UTC (rev 100856)
+++ ZConfig/trunk/ZConfig/tests/test_readme.py 2009-06-11 09:58:45 UTC (rev 100857)
@@ -30,5 +30,6 @@
def test_suite():
return unittest.TestSuite((
- DocFileSuite('../../readme.txt', optionflags=options),
+ DocFileSuite('../../readme.txt', optionflags=options,
+ setUp=setUp,tearDown=tearDown),
))
More information about the ZConfig
mailing list