summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2017-01-14 17:18:56 -0500
committerNed Batchelder <nedbat@gmail.com>2017-01-14 17:18:56 -0500
commit38ef0444428ec185373b6165ab86f46831021f4b (patch)
treea391b23f828c1fb38e4765911e6bd945a04a6b4c /tests/modules
parent7e027d161825519af72b41425ee5c676cd49cc34 (diff)
parentdf97ecb1b06192dced1aeeaf3526999c2deafb96 (diff)
downloadpython-coveragepy-git-38ef0444428ec185373b6165ab86f46831021f4b.tar.gz
Merged in dachary/coverage.py/issue-426 (pull request #122)
make --source module do the same as --source directory #426
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/usepkgs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/usepkgs.py b/tests/modules/usepkgs.py
index 4e94acaa..222e68ce 100644
--- a/tests/modules/usepkgs.py
+++ b/tests/modules/usepkgs.py
@@ -1,7 +1,7 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
-import pkg1.p1a, pkg1.p1b
+import pkg1.p1a, pkg1.p1b, pkg1.sub
import pkg2.p2a, pkg2.p2b
import othermods.othera, othermods.otherb
import othermods.sub.osa, othermods.sub.osb