diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-15 21:18:34 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-15 21:18:34 -0400 |
commit | ec0d99b4a52834e8e49261440b6af34b434ccd13 (patch) | |
tree | c69fd98fe54b7431f8c0f812609b84e1ccb3e663 | |
parent | bfd8b5524ec7e75cb98b7cec71b607e65132863d (diff) | |
download | python-coveragepy-ec0d99b4a52834e8e49261440b6af34b434ccd13.tar.gz |
Unhealthy whitespace obsession.
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rw-r--r-- | doc/faq.rst | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8a186a1..e705ef3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,7 +17,7 @@ Next version - Source files can have more than one dot in them (foo.test.py), and will be treated properly while reporting. Fixes `issue 46`_. - + - Source files with DOS line endings are now properly tokenized for syntax coloring on non-DOS machines. Fixes `issue 53`_. diff --git a/doc/faq.rst b/doc/faq.rst index 9661d03..5bb1f2f 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -63,20 +63,20 @@ __ 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 |