Allow adding sub-headings under Proposed change header

This changes the titles test under the "Proposed change" heading so
that it checks that *at least* the required 9 headings exist instead
of checking that *exactly* the required 9 headings exist.

This will allow writers like me to add some structure to the first
section under this heading before getting to the required sections.

Change-Id: I507d32cb2568d9c65b7a460196fdd873c4c5c445
This commit is contained in:
Carl Baldwin 2014-04-17 11:47:23 -06:00
parent 9799551350
commit d76bec4015
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class TestTitles(testtools.TestCase):
proposed = 'Proposed change'
self.assertIn(proposed, titles)
self.assertEqual(9, len(titles[proposed]))
self.assertIn('Alternatives', titles[proposed])
self.assertIn('Data model impact', titles[proposed])
self.assertIn('REST API impact', titles[proposed])