From 39d025f9ecfda9f2d706fd3a3cb2372c526e8082 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 28 Nov 2009 08:02:45 -0500 Subject: Doc tweaking, part 47 --- doc/faq.rst | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'doc/faq.rst') diff --git a/doc/faq.rst b/doc/faq.rst index fceac38..605a2d2 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -56,19 +56,25 @@ Yes, Python 3.1 is fully supported. **Q: Isn't coverage testing the best thing ever?** -It's good, but `it isn't perfect -`_. +It's good, but `it isn't perfect`__. + +__ http://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html Getting more help ----------------- -You can discuss coverage or get help using it on the `Testing In Python -`_ mailing list. +You can discuss coverage.py or get help using it on the `Testing In Python`_ +mailing list. + +.. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python + +Bug reports are gladly accepted at the `bitbucket issue tracker`_. +Bitbucket also hosts the `code repository`_. + +.. _bitbucket issue tracker: http://bitbucket.org/ned/coveragepy/issues +.. _code repository: http://bitbucket.org/ned/coveragepy -Bug reports are gladly accepted at the `bitbucket issue tracker -`_. Bitbucket also hosts the -`code repository `_. +Lastly, `I can be reached`__ in a number of ways. -Lastly, `I can be reached `_ in a -number of ways. +__ http://nedbatchelder.com/site/aboutned.html -- cgit v1.2.1