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