452c3ab8a8
- Actually depend on requirements.txt - Run unit tests with ostestr - Inform testr of location of unit tests - Fix coverage job and include report - Keep PEP8 strict; it's not annoying yet - Remove vestiges of oslo incubator handling Change-Id: I2465d18bee8e242e049d2d5e30dfcf472a49c0c4
9 lines
374 B
Plaintext
9 lines
374 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 ./ \
|
|
${OS_TEST_PATH:-./neutron_lib/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|