summaryrefslogtreecommitdiff
path: root/test/moremodules/othermods
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-01 08:19:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-01 08:19:46 -0400
commit8bcc7a31b38ea0ddd2b139834d8860e681658008 (patch)
tree5dc30d415c8b11c4e95b1eac2e04989fc9df1b13 /test/moremodules/othermods
parent436f9067dd78373555b6ab12db9c20406467eabb (diff)
downloadpython-coveragepy-8bcc7a31b38ea0ddd2b139834d8860e681658008.tar.gz
Move some test modules to keep them out of pylint's hair.
Diffstat (limited to 'test/moremodules/othermods')
-rw-r--r--test/moremodules/othermods/__init__.py0
-rw-r--r--test/moremodules/othermods/othera.py2
-rw-r--r--test/moremodules/othermods/otherb.py2
-rw-r--r--test/moremodules/othermods/sub/__init__.py0
-rw-r--r--test/moremodules/othermods/sub/osa.py2
-rw-r--r--test/moremodules/othermods/sub/osb.py2
6 files changed, 8 insertions, 0 deletions
diff --git a/test/moremodules/othermods/__init__.py b/test/moremodules/othermods/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/moremodules/othermods/__init__.py
diff --git a/test/moremodules/othermods/othera.py b/test/moremodules/othermods/othera.py
new file mode 100644
index 0000000..7889692
--- /dev/null
+++ b/test/moremodules/othermods/othera.py
@@ -0,0 +1,2 @@
+o = 1
+p = 2
diff --git a/test/moremodules/othermods/otherb.py b/test/moremodules/othermods/otherb.py
new file mode 100644
index 0000000..2bd8a44
--- /dev/null
+++ b/test/moremodules/othermods/otherb.py
@@ -0,0 +1,2 @@
+q = 3
+r = 4
diff --git a/test/moremodules/othermods/sub/__init__.py b/test/moremodules/othermods/sub/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/moremodules/othermods/sub/__init__.py
diff --git a/test/moremodules/othermods/sub/osa.py b/test/moremodules/othermods/sub/osa.py
new file mode 100644
index 0000000..0139d28
--- /dev/null
+++ b/test/moremodules/othermods/sub/osa.py
@@ -0,0 +1,2 @@
+s = 5
+t = 6
diff --git a/test/moremodules/othermods/sub/osb.py b/test/moremodules/othermods/sub/osb.py
new file mode 100644
index 0000000..b024b14
--- /dev/null
+++ b/test/moremodules/othermods/sub/osb.py
@@ -0,0 +1,2 @@
+u = 7
+v = 8