0418111eaf
Following commit does several things: * changes nose to ostestr * enables coverage * adds flake8 for tests * adds bandit Bandit note: Multiple asserts of bandit had to be disabled at this point because fixing them was not obvious. Several simple asserts like B110 [try_except_pass] were fixed with Closes-Bug: #1628740 Change-Id: I640857349008178e8a6f565e31ca2fde26ce8da7
10 lines
377 B
Plaintext
10 lines
377 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:-160} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./tests} $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
group_regex=tests(?:\.|_)([^_]+)
|