From ec4507d12a12cf9cc8b3bd33952abc1042e11344 Mon Sep 17 00:00:00 2001 From: Andrey Paramonov Date: Wed, 12 Dec 2018 14:33:02 +0300 Subject: [PATCH] Fix doc formatting --- doc/en/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/usage.rst b/doc/en/usage.rst index 91b91002b..7c3ef19fb 100644 --- a/doc/en/usage.rst +++ b/doc/en/usage.rst @@ -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`_, -`2`_). +(`1 `_, `2 +`_). It is the default pytest behavior. To report just call durations instead, configure the ``junit_time`` option like this: