diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 20:06:51 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 20:06:51 -0400 |
commit | d1847fbc5905fde5ae43d96bdc7ed2d7ba19a997 (patch) | |
tree | b4eb791730eedf43329a072616c7bd02490674a9 | |
parent | b97380c4a3a97ac2469ace44005dc63857daf245 (diff) | |
download | python-coveragepy-git-d1847fbc5905fde5ae43d96bdc7ed2d7ba19a997.tar.gz |
Silly
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do - An inference mode that marks lines as executed if they "must have been" executed:
class definitions, etc, when coverage is started after the class is defined.
- Different categories of exclude pragma? So you can enable and disable them
- from the command line, to reconsider exclusions,
+ from the command line, to reconsider exclusions.
* Beauty
|