diff --git a/tools/run_tests.sh b/tools/run_tests.sh new file mode 100755 index 00000000..af8b32b3 --- /dev/null +++ b/tools/run_tests.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +find $(dirname $0)/../weboob -name test.py | xargs nosetests -sv