Files
tablib/test_suite.sh
T
2011-02-17 16:47:42 -05:00

4 lines
193 B
Bash
Executable File

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