diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-05-29 23:51:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-05-29 23:51:53 -0400 |
commit | 2fd1d9b7dd96a64e6920dda369a13d95af728394 (patch) | |
tree | d6532544f433443c1dc826bfdc6598334a19a4b3 /TODO.txt | |
parent | 879fe9c4721c557a31cb951ef9e0d7a098de319c (diff) | |
parent | 343f36c3fe555a196ca59268f71ea4c7838f4d1c (diff) | |
download | python-coveragepy-2fd1d9b7dd96a64e6920dda369a13d95af728394.tar.gz |
Merge latest code from main coverage.py repo
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -35,6 +35,14 @@ Coverage TODO +* Test-runner plugin + +- Support distribute/3k installation, register py.test-entrypoint there + as well as py-1.1.1 is 2.4-3.1 compatible. +- Skip registering plugin entrypoints if not running on Jython. +- Update docs to include a section about the plugin. + + * Speed + C extension collector |