summaryrefslogtreecommitdiff
path: root/test/modules/pkg1/p1b.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-06-21 23:09:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-06-21 23:09:05 -0400
commit38d7d50b4815a4539829dee63fd79a617bf58f24 (patch)
tree14a7a4384e505fbb462f1fa3590bceaabb112fe6 /test/modules/pkg1/p1b.py
parent6fcedaecffc79a07bc62c11c5b0af7bd7c16ca2a (diff)
downloadpython-coveragepy-git-38d7d50b4815a4539829dee63fd79a617bf58f24.tar.gz
Re-vamp the tests for omit and include, and add source.
Diffstat (limited to 'test/modules/pkg1/p1b.py')
-rw-r--r--test/modules/pkg1/p1b.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/modules/pkg1/p1b.py b/test/modules/pkg1/p1b.py
new file mode 100644
index 00000000..59d6fb54
--- /dev/null
+++ b/test/modules/pkg1/p1b.py
@@ -0,0 +1,3 @@
+x = 1
+y = 2
+z = 3