diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-02-03 20:22:27 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-02-03 20:22:27 (GMT) |
commit | 88af4dfa4b7bbb6a46fe393611e9225808ff4e11 (patch) | |
tree | 67fb798c5289728f6bee0da0d737b9e5dc885335 /Lib/test/README | |
parent | 363f6d65a764ace00524e96da78055c8e2ef9cc4 (diff) | |
download | cpython-88af4dfa4b7bbb6a46fe393611e9225808ff4e11.zip cpython-88af4dfa4b7bbb6a46fe393611e9225808ff4e11.tar.gz cpython-88af4dfa4b7bbb6a46fe393611e9225808ff4e11.tar.bz2 |
Fix typos.
Diffstat (limited to 'Lib/test/README')
-rw-r--r-- | Lib/test/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/README b/Lib/test/README index 6ecd593..daa3273 100644 --- a/Lib/test/README +++ b/Lib/test/README @@ -13,7 +13,7 @@ module, you should write one or more test cases to exercise that new functionality. There are different ways to do this within the regression testing facility provided with Python; any particular test should use only one of these options. Each option requires writing a test module using the -conventions of the the selected option: +conventions of the selected option: - PyUnit_ based tests - doctest_ based tests @@ -41,7 +41,7 @@ Java implementation of Beck's original SmallTalk test framework. Please see the documentation of the unittest_ module for detailed information on the interface and general guidelines on writing PyUnit based tests. -The test_support helper module provides a two functions for use by +The test_support helper module provides two functions for use by PyUnit based tests in the Python regression testing framework: - ``run_unittest()`` takes a ``unittest.TestCase`` derived class as a |