| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
itself does. Makes it possible to run Python from Windows on Mac, for example.
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for annotate.py
|
|
|
|
| |
auto-loading and -saving data as needed.
|
|
|
|
| |
library, so cover_pylib it is.
|
|
|
|
| |
save() on process exit.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the file system.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
code, and more introspectable.
|
| |
|
|
|
|
| |
properly.
|
| |
|
|
|
|
| |
why was it even there?
|
| |
|