script to correctly launch nose tests
This commit is contained in:
parent
089d1de72c
commit
3b89982340
1 changed files with 3 additions and 0 deletions
3
tools/run_tests.sh
Executable file
3
tools/run_tests.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
find $(dirname $0)/../weboob -name test.py | xargs nosetests -sv
|
||||
Loading…
Add table
Add a link
Reference in a new issue