X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b2d72160e2a68991c66ea6017b871d7f42c0b29d..32cad0f6194605b4a8e881397665769e90173732:/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