2010-01-03 20:27:06 +08:00
|
|
|
|
|
|
|
logging of test results in JUnit-XML format, for use with Hudson
|
2010-01-13 23:00:33 +08:00
|
|
|
================================================================
|
|
|
|
|
2010-01-03 20:27:06 +08:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
and build integration servers. Based on initial code from Ross Lawley.
|
|
|
|
|
|
|
|
command line options
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
|
2010-01-17 06:33:26 +08:00
|
|
|
``--junitxml=path``
|
|
|
|
create junit-xml style report file at given path.
|
2010-07-07 21:41:28 +08:00
|
|
|
``--junitprefix=str``
|
|
|
|
prepend prefix to classnames in junit-xml output
|
2010-01-03 20:27:06 +08:00
|
|
|
|
|
|
|
Start improving this plugin in 30 seconds
|
|
|
|
=========================================
|
|
|
|
|
|
|
|
|
2010-07-27 03:15:15 +08:00
|
|
|
1. Download `pytest_junitxml.py`_ plugin source code
|
|
|
|
2. put it somewhere as ``pytest_junitxml.py`` into your import path
|
2010-01-03 20:27:06 +08:00
|
|
|
3. a subsequent ``py.test`` run will use your local version
|
|
|
|
|
2010-07-27 03:15:15 +08:00
|
|
|
Checkout customize_, other plugins_ or `get in contact`_.
|
2010-01-03 20:27:06 +08:00
|
|
|
|
|
|
|
.. include:: links.txt
|