summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-05-06 07:53:44 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-05-06 07:53:44 +0200
commit974222bcb24a5b2bf3a0e5ecd616a2c3855e8342 (patch)
tree7a366f4fd2bb286b88c23ac7f120fd3ba9954047 /Makefile
parentac165c93766f19d9c503ecb2d47d6e872d54c21c (diff)
downloadsqlparse-974222bcb24a5b2bf3a0e5ecd616a2c3855e8342.tar.gz
Code cleanup and test coverage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 868043f..4ab71e8 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,9 @@ help:
test:
$(PYTHON) tests/run_tests.py
+coverage:
+ nosetests --with-coverage --cover-inclusive --cover-package=sqlparse
+
clean:
$(PYTHON) setup.py clean
find . -name '*.pyc' -delete