646c918732
This doesn't really do much other that add the needed bits to the repo to start hacking on testr support in small chunks. Change-Id: I34fc57fdc7c9ebda8ffa2357a2ef962c7ab41bfa
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m subunit.run discover -t ./ quantum/tests/unit $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|