rally/.testr.conf
Boris Pavlovic 4a28668542 Move tests to root dirrectory and fix tox
Move rally/rally/tests -> rally/tests

Use sqlite in memory to be able to run tests parallel
2013-08-28 19:08:07 +04:00

5 lines
197 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list