From 266b53dfc29b142da9eeabc8be57e0c563b76708 Mon Sep 17 00:00:00 2001 From: Omar Kohl Date: Sun, 20 Mar 2016 13:36:19 +0100 Subject: [PATCH] Add Jenkins xUnit Plugin link to doc --- doc/en/goodpractices.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +`_). Integrating with setuptools / ``python setup.py test`` / ``pytest-runner``