Added test_suite.sh script.

This commit is contained in:
Kenneth Reitz
2010-11-04 01:01:54 -04:00
parent a5cae7c249
commit 1fa28ee2ca
Executable
+4
View File
@@ -0,0 +1,4 @@
nosetests test_tablib.py --with-xunit --with-coverage
coverage xml
rm -fr pylint.txt
pylint -d W0312 -d W0212 -d E1101 -d E0202 -d W0102 -d E0102 -f parseable ./tablib > pylint.txt || true