Fix doc formatting

This commit is contained in:
Andrey Paramonov 2018-12-12 14:33:02 +03:00
parent b1e766c30e
commit ec4507d12a
1 changed files with 2 additions and 2 deletions

View File

@ -298,8 +298,8 @@ To set the name of the root test suite xml item, you can configure the ``junit_s
JUnit XML specification seems to indicate that ``"time"`` attribute
should report total test execution times, including setup and teardown
(`1<http://windyroad.com.au/dl/Open%20Source/JUnit.xsd>`_,
`2<https://www.ibm.com/support/knowledgecenter/en/SSQ2R2_14.1.0/com.ibm.rsar.analysis.codereview.cobol.doc/topics/cac_useresults_junit.html>`_).
(`1 <http://windyroad.com.au/dl/Open%20Source/JUnit.xsd>`_, `2
<https://www.ibm.com/support/knowledgecenter/en/SSQ2R2_14.1.0/com.ibm.rsar.analysis.codereview.cobol.doc/topics/cac_useresults_junit.html>`_).
It is the default pytest behavior. To report just call durations
instead, configure the ``junit_time`` option like this: