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

« back to all changes in this revision

Viewing changes to doc/test/plugin/figleaf.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
    py.test --figleaf [...]
15
15
 
16
16
to enable figleaf coverage in your test run.  A default ".figleaf" data file
17
 
and "html" directory will be created.  You can use ``--fig-data`` 
 
17
and "html" directory will be created.  You can use ``--fig-data``
18
18
and ``fig-html`` to modify the paths.
19
19
 
20
20
command line options
28
28
``--fig-html=dir``
29
29
    set html reporting dir, default "html".
30
30
 
31
 
Start improving this plugin in 30 seconds
32
 
=========================================
33
 
 
34
 
 
35
 
1. Download `pytest_figleaf.py`_ plugin source code 
36
 
2. put it somewhere as ``pytest_figleaf.py`` into your import path 
37
 
3. a subsequent ``py.test`` run will use your local version
38
 
 
39
 
Checkout customize_, other plugins_ or `get in contact`_. 
40
 
 
41
31
.. include:: links.txt