diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 02:50:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 02:50:55 (GMT) |
commit | 8ee679f0ce8b14a5ff9de397280b63db6e142d6d (patch) | |
tree | de085aaf3491ea3570b28a80fec8e2f6e6a70194 /Doc/lib/libunittest.tex | |
parent | 4124a0b343dcac70bbdc853d190e269a0d19e830 (diff) | |
download | cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.zip cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.gz cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.bz2 |
Minor changes to match the style guide.
Diffstat (limited to 'Doc/lib/libunittest.tex')
-rw-r--r-- | Doc/lib/libunittest.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 186ff78..929dbf5 100644 --- a/Doc/lib/libunittest.tex +++ b/Doc/lib/libunittest.tex @@ -627,7 +627,7 @@ be of interest when inspecting the results of running a set of tests: The following methods of the \class{TestResult} class are used to maintain the internal data structures, and mmay be extended in subclasses to support additional reporting requirements. This is -particularly useful in building GUI tools which support interactive +particularly useful in building tools which support interactive reporting while tests are being run. \begin{methoddesc}[TestResult]{startTest}{test} @@ -667,8 +667,8 @@ One additional method is available for \class{TestResult} objects: \class{TestRunner} object return to its caller without running any additional tests. This is used by the \class{TextTestRunner} class to stop the test framework when the user signals an interrupt from - the keyboard. GUI tools which provide runners can use this in a - similar manner. + the keyboard. Interactive tools which provide runners can use this + in a similar manner. \end{methoddesc} |