summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-24 15:21:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-24 15:21:25 -0500
commitfd9b1e460826789468e4a8b0986aad074615587b (patch)
tree457f94a92e093c6c6d1f37f5fc5c371c109a1d81 /tests/modules
parent5d4f399607fd711a1fb11d7c011f4466c6f50603 (diff)
downloadpython-coveragepy-git-fd9b1e460826789468e4a8b0986aad074615587b.tar.gz
Move the test program into the test
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/zerocoverage/__init__.py1
-rw-r--r--tests/modules/zerocoverage/__main__.py1
-rw-r--r--tests/modules/zerocoverage/zero.py3
3 files changed, 0 insertions, 5 deletions
diff --git a/tests/modules/zerocoverage/__init__.py b/tests/modules/zerocoverage/__init__.py
deleted file mode 100644
index 0acf595e..00000000
--- a/tests/modules/zerocoverage/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-# no empty file to please hg
diff --git a/tests/modules/zerocoverage/__main__.py b/tests/modules/zerocoverage/__main__.py
deleted file mode 100644
index 91082160..00000000
--- a/tests/modules/zerocoverage/__main__.py
+++ /dev/null
@@ -1 +0,0 @@
-print('done')
diff --git a/tests/modules/zerocoverage/zero.py b/tests/modules/zerocoverage/zero.py
deleted file mode 100644
index 6ae283f1..00000000
--- a/tests/modules/zerocoverage/zero.py
+++ /dev/null
@@ -1,3 +0,0 @@
-def method(self):
- while True:
- return 1