[Zope3-checkins]
SVN: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-
fix whitespace
Benji York
benji at zope.com
Sat Jul 5 20:06:24 EDT 2008
Log message for revision 88048:
fix whitespace
Changed:
U zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt
U zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-profiling.txt
U zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-test-selection.txt
-=-
Modified: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt
===================================================================
--- zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt 2008-07-06 00:04:36 UTC (rev 88047)
+++ zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-profiling-cprofiler.txt 2008-07-06 00:06:23 UTC (rev 88048)
@@ -26,7 +26,7 @@
Profiling also works across layers::
- >>> sys.argv = [testrunner_script, '-ssample2', '--profile=cProfile',
+ >>> sys.argv = [testrunner_script, '-ssample2', '--profile=cProfile',
... '--tests-pattern', 'sampletests_ntd']
>>> testrunner.run(defaults)
Running...
Modified: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-profiling.txt
===================================================================
--- zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-profiling.txt 2008-07-06 00:04:36 UTC (rev 88047)
+++ zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-profiling.txt 2008-07-06 00:06:23 UTC (rev 88048)
@@ -32,7 +32,7 @@
Profiling also works across layers.
- >>> sys.argv = [testrunner_script, '-ssample2', '--profile=hotshot',
+ >>> sys.argv = [testrunner_script, '-ssample2', '--profile=hotshot',
... '--tests-pattern', 'sampletests_ntd']
>>> testrunner.run(defaults)
Running...
Modified: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-test-selection.txt
===================================================================
--- zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-test-selection.txt 2008-07-06 00:04:36 UTC (rev 88047)
+++ zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/testrunner-test-selection.txt 2008-07-06 00:06:23 UTC (rev 88048)
@@ -43,7 +43,7 @@
You can specify multiple packages:
>>> sys.argv = 'test -u -vv -ssample1 -ssample2'.split()
- >>> testrunner.run(defaults)
+ >>> testrunner.run(defaults)
Running tests at level 1
Running zope.testing.testrunner.layer.UnitTests tests:
Set up zope.testing.testrunner.layer.UnitTests in N.NNN seconds.
@@ -274,7 +274,7 @@
match the regular expression are selected:
>>> sys.argv = 'test -u -vv -ssample1 -m!sample1[.]sample1'.split()
- >>> testrunner.run(defaults)
+ >>> testrunner.run(defaults)
Running tests at level 1
Running zope.testing.testrunner.layer.UnitTests tests:
Set up zope.testing.testrunner.layer.UnitTests in N.NNN seconds.
@@ -328,7 +328,7 @@
>>> sys.argv = 'test -u -vv -ssample1 !sample1[.]sample1'.split()
- >>> testrunner.run(defaults)
+ >>> testrunner.run(defaults)
Running tests at level 1
Running zope.testing.testrunner.layer.UnitTests tests:
Set up zope.testing.testrunner.layer.UnitTests in N.NNN seconds.
More information about the Zope3-Checkins
mailing list