diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-28 18:24:40 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-28 18:24:40 -0400 |
| commit | a5e480a488b15b0fffe2eb3a600c7dfd7b44bf96 (patch) | |
| tree | ee1233623147db14a14f0367f62c68aaf4fa1039 /Makefile | |
| parent | 1fe704b46139f76f237a64aba2ffaf1f879123c2 (diff) | |
| download | python-coveragepy-a5e480a488b15b0fffe2eb3a600c7dfd7b44bf96.tar.gz | |
Split out the cmdline.py tests.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -20,7 +20,13 @@ clean: -rm -f $(TEST_ZIP) -rm -f setuptools-*.egg -LINTABLE_TESTS = test/test_data.py test/test_execfile.py test/test_farm.py test/coveragetest.py test/test_templite.py +LINTABLE_TESTS = \ + test/coveragetest.py \ + test/test_cmdline.py \ + test/test_data.py \ + test/test_execfile.py \ + test/test_farm.py \ + test/test_templite.py lint: clean -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage |
