diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-03-21 21:40:07 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-03-21 21:40:07 -0400 |
commit | 8cb2411f3ed6db02f7a7dd60883c8dd698b5a69f (patch) | |
tree | 25fbf9dd1a32ae0ecefa84af8d9ee2c077b31848 /test/modules | |
parent | dbb18122b857053130a1bc6e39bfcd4445abec53 (diff) | |
download | python-coveragepy-git-8cb2411f3ed6db02f7a7dd60883c8dd698b5a69f.tar.gz |
--omit and --include now interpret their values more usefully. Fixes #121.
Diffstat (limited to 'test/modules')
-rw-r--r-- | test/modules/usepkgs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/modules/usepkgs.py b/test/modules/usepkgs.py index 208e3f30..93c7d904 100644 --- a/test/modules/usepkgs.py +++ b/test/modules/usepkgs.py @@ -1,2 +1,4 @@ import pkg1.p1a, pkg1.p1b import pkg2.p2a, pkg2.p2b +import othermods.othera, othermods.otherb +import othermods.sub.osa, othermods.sub.osb |