3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
find $(dirname $0)/../weboob -name test.py | xargs nosetests -sv
|