f58b6b7eb9
Set up commands to run to execute new unit tests. Ignore output from testr and coverage. Rename the dist to match the package name so that the testr/coverage integration works properly. Add test-requirements.txt with some common testing dependencies. Change-Id: Ic6f34df893f3981a9af6122456b9feb9c80b31dd Signed-off-by: Doug Hellmann <doug@doughellmann.com>
5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|