[Checkins] SVN: z3c.recipe.dev/trunk/src/z3c/recipe/dev/tests.py cleanup

Roger Ineichen roger at projekt01.ch
Sun Jan 20 18:20:40 EST 2008


Log message for revision 82984:
  cleanup

Changed:
  U   z3c.recipe.dev/trunk/src/z3c/recipe/dev/tests.py

-=-
Modified: z3c.recipe.dev/trunk/src/z3c/recipe/dev/tests.py
===================================================================
--- z3c.recipe.dev/trunk/src/z3c/recipe/dev/tests.py	2008-01-20 20:49:06 UTC (rev 82983)
+++ z3c.recipe.dev/trunk/src/z3c/recipe/dev/tests.py	2008-01-20 23:20:39 UTC (rev 82984)
@@ -23,9 +23,8 @@
 
 
 def test_start_error():
-    """
-The start script will setup a egg based start hook for a Zope 3 setup. Let's 
-create a buildout that installs it as an ordinary script:
+    """The start script will setup a egg based start hook for a Zope 3 setup.
+    Let's create a buildout that installs it as an ordinary script:
 
     >>> write('buildout.cfg',
     ... '''
@@ -37,7 +36,7 @@
 
     >>> print system(join('bin', 'buildout')),
 
-"""
+    """
 
 
 def setUp(test):
@@ -67,9 +66,6 @@
 
 def test_suite():
     return unittest.TestSuite(
-#        doctest.DocTestSuite(
-#            setUp=setUp, tearDown=zc.buildout.testing.buildoutTearDown,
-#            checker=checker),
         doctest.DocFileSuite('README.txt',
             setUp=setUp, tearDown=zc.buildout.testing.buildoutTearDown,
             checker=checker),



More information about the Checkins mailing list