Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387c8b5 commit c412617Copy full SHA for c412617
1 file changed
Doc/lib/libunittest.tex
@@ -619,12 +619,16 @@ \subsection{TestResult Objects
619
A list containing pairs of \class{TestCase} instances and the
620
formatted tracebacks for tests which raised an exception but did not
621
signal a test failure.
622
+ \versionchanged[Contains formatted tracebacks instead of
623
+ \function{sys.exc_info()} results]{2.2}
624
\end{memberdesc}
625
626
\begin{memberdesc}[TestResult]{failures}
627
628
formatted tracebacks for tests which signalled a failure in the code
629
under test.
630
631
632
633
634
\begin{memberdesc}[TestResult]{testsRun}
0 commit comments