From 6dda195647a19a94a88c299ef4521626ebd044e1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 26 Feb 2010 20:18:10 -0500 Subject: Added some other resources, but commented out. --- doc/faq.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/faq.rst b/doc/faq.rst index 605a2d2..9661d03 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 ----------------- -- cgit v1.2.1