2009-07-21 00:54:08 +08:00
|
|
|
pytest_figleaf plugin
|
|
|
|
=====================
|
|
|
|
|
2010-01-13 07:47:20 +08:00
|
|
|
add options to drive and report python test coverage using the 'figleaf' package.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2010-01-13 07:47:20 +08:00
|
|
|
Install the `pytest-figleaf`_ plugin to use figleaf coverage testing::
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2010-01-13 07:47:20 +08:00
|
|
|
easy_install pytest-figleaf
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2010-01-13 07:47:20 +08:00
|
|
|
or::
|
|
|
|
|
|
|
|
pip install pytest-figleaf
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2010-01-13 07:47:20 +08:00
|
|
|
This will make py.test have figleaf related options.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2010-01-13 07:47:20 +08:00
|
|
|
.. _`pytest-figleaf`: http://bitbucket.org/hpk42/pytest-figleaf/
|
2009-07-21 00:54:08 +08:00
|
|
|
|