X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/74f71bcf0a0f91683ef75de9202e5d96a8c8d30a..3eec01e4c2a842c7383857e49d68664f04759c1f:/lib/run_tests.sh diff --git a/lib/run_tests.sh b/lib/run_tests.sh index 0b086ef2..03da16f6 100755 --- a/lib/run_tests.sh +++ b/lib/run_tests.sh @@ -1 +1,2 @@ -PYTYONPATH=./lib:$PYTHONPATH nosetests --detailed-errors --with-doctest --with-coverage --cover-package=wlrepo +#!/bin/sh +nosetests -v --with-doctest --with-coverage --cover-package=vstorage --detailed-errors