53c79034a6
Add oslo modules which we will need for tests implementation. Also add base class for tests, tox instruction for coverage and changes to dot files. Change-Id: Ia105f1e5e088ee91ce4b30149d4721df81d28368
8 lines
331 B
Plaintext
8 lines
331 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
|
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
|
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
|
|
${PYTHON:-python} -m subunit.run discover $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|