diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-26 20:18:10 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-26 20:18:10 -0500 |
commit | e7ccc57e7346011bb4f5911d4268ebd3e4393cfc (patch) | |
tree | e0bdc8ec15fa29e12bc796f9650394413f8d2cab | |
parent | 733c9d6c424929d845266dfd9172536f97a4df87 (diff) | |
download | python-coveragepy-git-e7ccc57e7346011bb4f5911d4268ebd3e4393cfc.tar.gz |
Added some other resources, but commented out.
-rw-r--r-- | doc/faq.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index 605a2d25..9661d037 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -61,6 +61,25 @@ It's good, but `it isn't perfect`__. __ http://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html +.. Other resources + --------------- + + There are a number of projects that help integrate coverage.py into other + systems: + + - `trialcoverage`_ is a plug-in for Twisted trial. + + .. _trialcoverage: http://pypi.python.org/pypi/trialcoverage + + - `pytest-coverage`_ + + .. _pytest-coverage: http://pypi.python.org/pypi/pytest-coverage + + - `django-coverage`_ for use with Django. + + .. _django-coverage: http://pypi.python.org/pypi/django-coverage + + Getting more help ----------------- |