bd6ae775f2
Prev we use: source /path/to/somewhere/.venv/bin/activate cd $WORKSPACE/code/daisy/daisy/tests python -m unittest discover With this patch, we can now use tox -epy27 to run our unit test. Change-Id: I71c30cf319ad15d778165bd6f787a1d48df838ac Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m unittest discover $LISTOPT
|
|
test_list_option=
|