29e22e45c5
Tests were added to - Compare titles with the skeleton template.rst. - Detect trailing whitespaces - Check lines are limited to a maximum of 79 characters. - Detect literal carriage returns Note: Taken from nova-specs/tests/test_titles.py and modified for Heat. Change-Id: Ib8bc85c086cbf37ec79b787c07657b9ffd7d17ac
5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|