oslo.context/.testr.conf
Doug Hellmann f6365e37f5 Move out of the oslo namespace package
Move the public API out of oslo.context to oslo_context. Since this
library has not been released, we do not need to retain the old interface
for compatibility.

bp/drop-namespace-packages

Change-Id: I19adf862596abae0b034e81472114093425782f8
2014-11-14 13:52:32 -05:00

8 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 ./ ./oslo_context $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list