summaryrefslogtreecommitdiff
path: root/test/modules
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-03-21 21:40:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-03-21 21:40:07 -0400
commit43167860f5d36940bd56b0a55d4694ab27fff182 (patch)
tree853903565be12621da594b0be32c8c4eb4877592 /test/modules
parent27028b408fa4f8ac0ba2da3a3031935ed40fe699 (diff)
downloadpython-coveragepy-43167860f5d36940bd56b0a55d4694ab27fff182.tar.gz
--omit and --include now interpret their values more usefully. Fixes #121.
Diffstat (limited to 'test/modules')
-rw-r--r--test/modules/usepkgs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/modules/usepkgs.py b/test/modules/usepkgs.py
index 208e3f3..93c7d90 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