mirror of https://github.com/python/cpython.git
Fix markup glitch in unittest docs. Will backport.
This commit is contained in:
parent
e708cf5d0f
commit
34a70c6011
|
@ -226,7 +226,7 @@ runs, an exception will be raised, and the testing framework will
|
||||||
identify the test case as a \dfn{failure}. Other exceptions that do
|
identify the test case as a \dfn{failure}. Other exceptions that do
|
||||||
not arise from checks made through the \method{assert*()} and
|
not arise from checks made through the \method{assert*()} and
|
||||||
\method{fail*()} methods are identified by the testing framework as
|
\method{fail*()} methods are identified by the testing framework as
|
||||||
dfn{errors}.
|
\dfn{errors}.
|
||||||
|
|
||||||
The way to run a test case will be described later. For now, note
|
The way to run a test case will be described later. For now, note
|
||||||
that to construct an instance of such a test case, we call its
|
that to construct an instance of such a test case, we call its
|
||||||
|
|
Loading…
Reference in New Issue