diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-16 22:16:09 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-16 22:16:09 -0500 |
| commit | 120fcf1560e9b735dbf72ed173c717eef1fff514 (patch) | |
| tree | 87fd8b195c8216da26d3ab934c29de7f0b651921 /TODO.txt | |
| parent | 7bdce80a45920e3888ac0366fdbfb54c6604eba6 (diff) | |
| download | python-coveragepy-git-120fcf1560e9b735dbf72ed173c717eef1fff514.tar.gz | |
Classes shouldn't be marked as branches. Fixes #32.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation? + Switch to a real test runner, like nose.
+ Test both the C trace function and the Python trace function.
-- parser.py has no direct tests.
++ parser.py has no direct tests.
- Tests about the .coverage file.
+ Tests about the --long-form of arguments.
+ Tests about overriding the .coverage filename.
|
