SVN: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-layers-ntd.txt fix long line
Benji York <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20080711020814.8A9C639A07__42635.5448821143$1215742179$gmane$org@mail.zope.org> |
Log message for revision 88222:
fix long line
Changed:
U zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-layers-ntd.txt
-=-
Modified: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-layers-ntd.txt
===================================================================
--- zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-layers-ntd.txt 2008-07-11 01:56:33 UTC (rev 88221)
+++ zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-layers-ntd.txt 2008-07-11 02:08:13 UTC (rev 88222)
@@ -244,7 +244,8 @@
stderrtest does), the output is ignored (but it doesn't cause a SubprocessError
like it once did).
- >>> sys.argv = [testrunner_script, '-s', 'sample2', '--tests-pattern', '(sampletests_ntd$|stderrtest)']
+ >>> sys.argv = [testrunner_script, '-s', 'sample2', '--tests-pattern',
+ ... '(sampletests_ntd$|stderrtest)']
>>> testrunner.run(defaults)
Running sample2.sampletests_ntd.Layer tests:
Set up sample2.sampletests_ntd.Layer in 0.000 seconds.