[core/engine] Add module loading logic
Allow the engine to load modules from the bumblebee/modules/ directory. see #23
This commit is contained in:
parent
cf1693548b
commit
a2c6214baa
5 changed files with 65 additions and 5 deletions
10
runtests.sh
10
runtests.sh
|
@ -2,10 +2,12 @@
|
|||
|
||||
test=$(which nosetests)
|
||||
|
||||
echo "testing $(python2 -V 2>&1)"
|
||||
echo "testing with $(python2 -V 2>&1)"
|
||||
python2 $test --rednose -v tests/
|
||||
|
||||
echo
|
||||
if [ $? == 0 ]; then
|
||||
echo
|
||||
|
||||
echo "testing $(python3 -V 2>&1)"
|
||||
python3 $test --rednose -v tests/
|
||||
echo "testing with $(python3 -V 2>&1)"
|
||||
python3 $test --rednose -v tests/
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue