summaryrefslogtreecommitdiff
path: root/doc/en/skipping.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-05-08 21:50:08 +0000
committerBruno Oliveira <nicoddemus@gmail.com>2019-05-08 21:50:08 +0000
commit5d7686951ceb635ffba3e416f3cc3e57a96bfd55 (patch)
tree8fa1a60baaf1df7b238ebe99aed74ba3a21737e4 /doc/en/skipping.rst
parent80c5f6e60989384fd30b226201e7d5be3e6679b6 (diff)
downloadpytest-5d7686951ceb635ffba3e416f3cc3e57a96bfd55.tar.gz
Run regendoc
Diffstat (limited to 'doc/en/skipping.rst')
-rw-r--r--doc/en/skipping.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/skipping.rst b/doc/en/skipping.rst
index d8d4dd1c1..8d0c499b3 100644
--- a/doc/en/skipping.rst
+++ b/doc/en/skipping.rst
@@ -352,6 +352,7 @@ Running it with the report-on-xfail option gives this output:
collected 7 items
xfail_demo.py xxxxxxx [100%]
+
========================= short test summary info ==========================
XFAIL xfail_demo.py::test_hello
XFAIL xfail_demo.py::test_hello2
@@ -365,7 +366,6 @@ Running it with the report-on-xfail option gives this output:
XFAIL xfail_demo.py::test_hello6
reason: reason
XFAIL xfail_demo.py::test_hello7
-
======================== 7 xfailed in 0.12 seconds =========================
.. _`skip/xfail with parametrize`: