diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-24 15:21:25 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-24 15:21:25 -0500 |
| commit | ce4b335a2ac7783479d8a0bdee21358a8d6c743d (patch) | |
| tree | 09c37ca18528ae863e489efe8883f025182c7320 /tests/modules | |
| parent | 94c343c54b762bcfbdd3f973e7b2db766380c343 (diff) | |
| download | python-coveragepy-ce4b335a2ac7783479d8a0bdee21358a8d6c743d.tar.gz | |
Move the test program into the test
Diffstat (limited to 'tests/modules')
| -rw-r--r-- | tests/modules/zerocoverage/__init__.py | 1 | ||||
| -rw-r--r-- | tests/modules/zerocoverage/__main__.py | 1 | ||||
| -rw-r--r-- | tests/modules/zerocoverage/zero.py | 3 |
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 0acf595..0000000 --- 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 9108216..0000000 --- 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 6ae283f..0000000 --- a/tests/modules/zerocoverage/zero.py +++ /dev/null @@ -1,3 +0,0 @@ -def method(self): - while True: - return 1 |
