7576296b6c
* Add .gitignore * Update .gitreview (we thought it would be on Stackforge, but finally it's on OpenStack) * Add .testr.conf * Update run-flake8 script to avoid error when running flake8 without elements. * Update setup.cfg with correct name & description * Add no_dup_filenames unit test (required to have py27 gate working) Change-Id: Iea79eb5ccaa5ea765730ca99e146e54a3c0812f9
9 lines
327 B
Plaintext
9 lines
327 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 ./ ./tests $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|