5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
export PYTHONPATH=$(python -c "import os; print(os.path.realpath('.'))")
|
||
|
python3 -m unittest discover -s bemani/tests "$@"
|