nosexunit is a steaming pile of trash

This commit is contained in:
Kenneth Reitz
2011-10-15 09:52:45 -04:00
parent daf9b60550
commit 15755be3c7
2 changed files with 4 additions and 3 deletions
+4 -1
View File
@@ -5,7 +5,10 @@ test:
nosetests test_requests.py --processes=30
ci: init
nosetests --processes=30 --with-nosexunit test_requests.py
nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml
stats:
pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt
site:
cd docs; make dirhtml
-2
View File
@@ -1,5 +1,3 @@
nose
mock
pyflakes
NoseXUnit
omnijson