[Zope3-checkins]
SVN: zope.testing/trunk/src/zope/testing/testrunner-test-selection.txt
Typo fixes, s/moduke/module
Baiju M
baiju.m.mail at gmail.com
Wed Nov 1 23:30:36 EST 2006
Log message for revision 71024:
Typo fixes, s/moduke/module
Changed:
U zope.testing/trunk/src/zope/testing/testrunner-test-selection.txt
-=-
Modified: zope.testing/trunk/src/zope/testing/testrunner-test-selection.txt
===================================================================
--- zope.testing/trunk/src/zope/testing/testrunner-test-selection.txt 2006-11-02 02:38:56 UTC (rev 71023)
+++ zope.testing/trunk/src/zope/testing/testrunner-test-selection.txt 2006-11-02 04:30:36 UTC (rev 71024)
@@ -154,7 +154,7 @@
Ran 128 tests with 0 failures and 0 errors in 0.025 seconds.
False
-We can select by test module name using the --moduke (-m) option:
+We can select by test module name using the --module (-m) option:
>>> sys.argv = 'test -u -vv -ssample1 -m_one -mtest1'.split()
>>> testrunner.run(defaults)
@@ -222,7 +222,7 @@
Ran 20 tests with 0 failures and 0 errors in 0.004 seconds.
False
-The --moduke and --test options take regular expressions. If the
+The --module and --test options take regular expressions. If the
regular expressions specified begin with '!', then tests that don't
match the regular expression are selected:
@@ -336,7 +336,7 @@
Ran 20 tests with 0 failures and 0 errors in 0.004 seconds.
False
-Sometimes, ere are tests that you don't want to run by default.
+Sometimes, There are tests that you don't want to run by default.
For example, you might have tests that take a long time. Tests can
have a level attribute. If no level is specified, a level of 1 is
assumed and, by default, only tests at level one are run. to run
More information about the Zope3-Checkins
mailing list