]> granicus.if.org Git - python/commitdiff
Add annotations that describe the change in the "errors" and "failures"
authorFred Drake <fdrake@acm.org>
Tue, 2 Jul 2002 22:46:42 +0000 (22:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Jul 2002 22:46:42 +0000 (22:46 +0000)
attributes of the TestResult.

Doc/lib/libunittest.tex

index e2ce91a2b522a6245ad4b74065ca8b9e710787cd..980d706e59b5a5eaba602b201e74ab1b19fe4257 100644 (file)
@@ -619,12 +619,16 @@ be of interest when inspecting the results of running a set of tests:
   A list containing pairs of \class{TestCase} instances and the
   formatted tracebacks for tests which raised an exception but did not
   signal a test failure.
+  \versionchanged[Contains formatted tracebacks instead of
+                  \function{sys.exc_info()} results]{2.2}
 \end{memberdesc}
 
 \begin{memberdesc}[TestResult]{failures}
   A list containing pairs of \class{TestCase} instances and the
   formatted tracebacks for tests which signalled a failure in the code
   under test.
+  \versionchanged[Contains formatted tracebacks instead of
+                  \function{sys.exc_info()} results]{2.2}
 \end{memberdesc}
 
 \begin{memberdesc}[TestResult]{testsRun}