
This large change makes bandit into an installable packahge, needed for tox testing. I have added the tox testing scaffolding but no real tests, they will come in a later change. I have also disabled all failing PEP8 test (lots) since I have changed enough stuff for one patch. I'll start re-enabling and fixing PEP8 stuff soon. Change-Id: I774ed9149f285e4e2bceacda0484a7e2a934a3aa
7 lines
318 B
Plaintext
7 lines
318 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 -t ./ . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list |