script to correctly launch nose tests

This commit is contained in:
Romain Bignon 2010-08-13 21:34:54 +02:00
commit 3b89982340

3
tools/run_tests.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
find $(dirname $0)/../weboob -name test.py | xargs nosetests -sv