~crunch.io/ubuntu/precise/codespeak-lib/unstable

« back to all changes in this revision

Viewing changes to doc/test/plugin/junitxml.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-08-01 16:24:01 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100801162401-g37v49d1p148alpm
Tags: 1.3.3-1
* New upstream release.
* Bump Standards-Version to 3.9.1.
* Fix typo in py.test manpage.
* Prefer Breaks: over Conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
``--junitxml=path``
16
16
    create junit-xml style report file at given path.
 
17
``--junitprefix=str``
 
18
    prepend prefix to classnames in junit-xml output
17
19
 
18
20
Start improving this plugin in 30 seconds
19
21
=========================================
20
22
 
21
23
 
22
 
1. Download `pytest_junitxml.py`_ plugin source code 
23
 
2. put it somewhere as ``pytest_junitxml.py`` into your import path 
 
24
1. Download `pytest_junitxml.py`_ plugin source code
 
25
2. put it somewhere as ``pytest_junitxml.py`` into your import path
24
26
3. a subsequent ``py.test`` run will use your local version
25
27
 
26
 
Checkout customize_, other plugins_ or `get in contact`_. 
 
28
Checkout customize_, other plugins_ or `get in contact`_.
27
29
 
28
30
.. include:: links.txt