Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c412617

Browse files
committed
Add annotations that describe the change in the "errors" and "failures"
attributes of the TestResult.
1 parent 387c8b5 commit c412617

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/lib/libunittest.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,12 +619,16 @@ \subsection{TestResult Objects
619619
A list containing pairs of \class{TestCase} instances and the
620620
formatted tracebacks for tests which raised an exception but did not
621621
signal a test failure.
622+
\versionchanged[Contains formatted tracebacks instead of
623+
\function{sys.exc_info()} results]{2.2}
622624
\end{memberdesc}
623625

624626
\begin{memberdesc}[TestResult]{failures}
625627
A list containing pairs of \class{TestCase} instances and the
626628
formatted tracebacks for tests which signalled a failure in the code
627629
under test.
630+
\versionchanged[Contains formatted tracebacks instead of
631+
\function{sys.exc_info()} results]{2.2}
628632
\end{memberdesc}
629633

630634
\begin{memberdesc}[TestResult]{testsRun}

0 commit comments

Comments
 (0)