summaryrefslogtreecommitdiff
path: root/doc/en/goodpractices.rst
diff options
context:
space:
mode:
authorOmar Kohl <omarkohl@gmail.com>2016-03-20 13:36:19 +0100
committerOmar Kohl <omarkohl@gmail.com>2016-03-20 13:39:10 +0100
commit266b53dfc29b142da9eeabc8be57e0c563b76708 (patch)
tree6ced89b1a07615e6e20b0e9e3060d348ec12d006 /doc/en/goodpractices.rst
parentbdb3581a52f018a489abca0a4fc676f3f09da111 (diff)
downloadpytest-266b53dfc29b142da9eeabc8be57e0c563b76708.tar.gz
Add Jenkins xUnit Plugin link to doc
Diffstat (limited to 'doc/en/goodpractices.rst')
-rw-r--r--doc/en/goodpractices.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/en/goodpractices.rst b/doc/en/goodpractices.rst
index 2d8050bd9..89396b57e 100644
--- a/doc/en/goodpractices.rst
+++ b/doc/en/goodpractices.rst
@@ -153,7 +153,9 @@ against your source code checkout, helping to detect packaging
glitches.
Continuous integration services such as Jenkins_ can make use of the
-``--junitxml=PATH`` option to create a JUnitXML file and generate reports.
+``--junitxml=PATH`` option to create a JUnitXML file and generate reports (e.g.
+by publishing the results in a nice format with the `Jenkins xUnit Plugin
+<https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin>`_).
Integrating with setuptools / ``python setup.py test`` / ``pytest-runner``