
- pep257 with our patches (>=0.3.2) - flake8_docstring with our patch (>=0.2.0) - python-whois with python 3 patches - don't need Babel or WebOb yet; remove - sort alphabetically where order is not important - indicate python 3/3.3 compatibility; classifiers - document running coverage report - add coverage and virtual env paths to .gitignore - fix coverage filtering to not include tests - tweak pylintrc Change-Id: I0e840a424bebd35d349a21ab769f47da7b34a02d
9 lines
332 B
Plaintext
9 lines
332 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 . ./satori/tests $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|