summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-02 21:35:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-02 21:35:17 -0400
commit245dda4e8f9afce61505e311d6577ce33ca49fbd (patch)
tree43487834d847129228a67ce366da7f82d84622ea
parent2603ed1497424f177b445eb4edbd71699c467321 (diff)
downloadpython-coveragepy-245dda4e8f9afce61505e311d6577ce33ca49fbd.tar.gz
Track things to do.
-rw-r--r--TODO.txt2
-rw-r--r--doc/index.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 26445d8..781308e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -93,7 +93,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
+ Footer in reports pointing to coverage home page.
+ Baseline grid for linenumber font.
+ Separate out css and HTML.
- - Does it work right with utf-8 source files?
+ - Does it work right with utf-8 source files? http://www.python.org/dev/peps/pep-0263/
- Colored bars indicating coverage per file.
diff --git a/doc/index.rst b/doc/index.rst
index 99a628c..2305eec 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -16,6 +16,8 @@ Getting started with coverage.py is easy:
#. Install coverage.py from the
`coverage page on the cheeseshop <http://pypi.python.org/pypi/coverage>`_.
+ TODO: easy_install coverage?
+ TODO: need python-dev
#. Run coverage to execute your program and gather data: