several fixes to run successfully tests
This commit is contained in:
parent
832e5d9683
commit
abb24b9954
9 changed files with 80 additions and 76 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$1" != "" ]; then
|
||||
nosetests -sv $(dirname $0)/../weboob/backends/$1
|
||||
nosetests -sv $(dirname $0)/../modules/$1
|
||||
else
|
||||
find $(dirname $0)/../weboob -name test.py | xargs nosetests -sv
|
||||
find $(dirname $0)/../weboob $(dirname $0)/../modules -name test.py | xargs nosetests -sv
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue