Add unit test to make sure all sections are present
Add a unit test that will check to make sure all top-level headings and sub-headings are present. The downside of this test is that it's going to fail on *every* merged spec if we add or change a heading to the template. Co-authored-by: Russell Bryant <rbryant@redhat.com> Change-Id: I1c15282e166fb3fe2e60fcf063a6cd822a3411ff
This commit is contained in:
committed by
Russell Bryant
parent
775d69037b
commit
037adec4b8
4
.testr.conf
Normal file
4
.testr.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user