[core/config] Add module aliases
Allow the user to provide aliases when loading a module multiple times so that the modules can be differentiated (e.g. for passing parameters to a module). see #23
This commit is contained in:
parent
a720baf407
commit
9a5a6d354a
3 changed files with 22 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
test=$(which nosetests)
|
||||
|
||||
echo "testing $(python2 -V 2>&1)"
|
||||
python2 $test --rednose -v tests/
|
||||
|
||||
echo
|
||||
|
||||
echo "testing $(python3 -V 2>&1)"
|
||||
python3 $test --rednose -v tests/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue