mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
added test_suite.sh for CI
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
nosetests test_requests.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 ./requests > pylint.txt || true
|
||||
Reference in New Issue
Block a user