mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Added test_suite.sh script.
This commit is contained in:
Executable
+4
@@ -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
|
||||
Reference in New Issue
Block a user