| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
excludes reporting on any module imported when coverage started. It imports coverage, then records the list of modules imported. With the coverage.collector import in the constructor, coverage.collector wasn't imported when the snapshot was taken, so coverage.collector appeared in the nose output. By moving the import to module scope, it will be imported early enough to be skipped. Fixes issue #8.
|
|
|
|
| |
issue #8.
|
| |
|
|
|
|
| |
remove a now-unused attribute.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
auto-loading and -saving data as needed.
|
|
|
|
| |
library, so cover_pylib it is.
|
|
|
|
| |
save() on process exit.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
why was it even there?
|
| |
|
| |
|
| |
|
|
|
|
| |
the -L switch.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
CodeUnit passed in.
|
|
|
|
|
|
|
| |
really more of a parser anyway.
--HG--
rename : coverage/analyzer.py => coverage/parser.py
|
| |
|
| |
|
| |
|
|
|
|
| |
really need that part to be so speedy? If so, I'll put it back later.
|
| |
|
| |
|
|
|
|
| |
have to.
|
| |
|
|
|
|
| |
rather than in CoverageScript.
|
| |
|
|
|
|
|
| |
--HG--
rename : coverage/morf.py => coverage/codeunit.py
|
| |
|
|
|