summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-14 14:58:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-14 14:58:16 -0400
commit45399c59eeee6e09996e7a9e828b184423e65663 (patch)
tree554fa0431008a18c5652588d741097e658295404
parent9f566e02d83aac5debf342990f1c70215ac1e3be (diff)
downloadpython-coveragepy-git-45399c59eeee6e09996e7a9e828b184423e65663.tar.gz
Track some things still to be done.
-rw-r--r--TODO.txt6
-rw-r--r--coverage/__init__.py1
2 files changed, 7 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 4e682439..91556083 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -108,6 +108,11 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
+ Initialization of instance variables in the class.
+* Installation
+
+- pip can't install it: it reads the coverage html page, and finds the kit link,
+ but then can't handle the root-relative link.
+
* Modernization
+ Decide on minimum supported version
@@ -156,6 +161,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- More intensive thread testing.
x Tests about the "import __main__" in cmdline.py
- What happens if the -x script raises an exception?
+- Test that the kit has all the proper contents.
* Release checklist
diff --git a/coverage/__init__.py b/coverage/__init__.py
index bce40406..49043a40 100644
--- a/coverage/__init__.py
+++ b/coverage/__init__.py
@@ -3,6 +3,7 @@
Ned Batchelder
http://nedbatchelder.com/code/modules/coverage.html
+TODO: more.
"""
__version__ = "3.0b3" # see detailed history in CHANGES