diff --git a/specs/rocky/rocky-template.rst b/specs/rocky/rocky-template.rst deleted file mode 100644 index 08b2aade..00000000 --- a/specs/rocky/rocky-template.rst +++ /dev/null @@ -1 +0,0 @@ -../templates/rocky-template.rst diff --git a/specs/rocky/rocky-template.rst b/specs/rocky/rocky-template.rst new file mode 120000 index 00000000..682137af --- /dev/null +++ b/specs/rocky/rocky-template.rst @@ -0,0 +1 @@ +../templates/rocky-template.rst \ No newline at end of file diff --git a/tests/test_titles.py b/tests/test_titles.py index 8a23714f..6e52ab84 100644 --- a/tests/test_titles.py +++ b/tests/test_titles.py @@ -73,6 +73,8 @@ class TestTitles(testscenarios.WithScenarios, testtools.TestCase): msgs.append("Extra sections: %s" % extra_sections) for section in expect.keys(): + if section not in actual: + continue missing_subsections = [x for x in expect[section] if x not in actual[section]] # extra subsections are allowed