@@ -99,7 +99,6 @@ def test_index_has_valid_section_headings(self):
9999
100100## Other Resources
101101
102- * [Motivation](motivation.html)
103102* [Reference Guide](reference.html)
104103* [Next Steps](discussion.html)
105104* [Instructor's Guide](instructors.html)""" )
@@ -114,7 +113,6 @@ def test_index_fail_when_section_heading_absent(self):
114113
115114## Other Resources
116115
117- * [Motivation](motivation.html)
118116* [Reference Guide](reference.html)
119117* [Next Steps](discussion.html)
120118* [Instructor's Guide](instructors.html)""" )
@@ -141,7 +139,6 @@ def test_fail_when_section_heading_is_wrong_level(self):
141139
142140## Other Resources
143141
144- * [Motivation](motivation.html)
145142* [Reference Guide](reference.html)
146143* [Next Steps](discussion.html)
147144* [Instructor's Guide](instructors.html)""" )
@@ -161,7 +158,6 @@ def test_fail_when_section_headings_in_wrong_order(self):
161158
162159## Other Resources
163160
164- * [Motivation](motivation.html)
165161* [Reference Guide](reference.html)
166162* [Instructor's Guide](instructors.html)
167163
@@ -444,17 +440,6 @@ def test_sample_file_passes_validation(self):
444440 self .assertTrue (res )
445441
446442
447- class TestMotivationPage (BaseTemplateTest ):
448- """Verifies that the instructors page validator works as expected"""
449- SAMPLE_FILE = os .path .join (MARKDOWN_DIR , "motivation.md" )
450- VALIDATOR = check .MotivationPageValidator
451-
452- def test_sample_file_passes_validation (self ):
453- sample_validator = self .VALIDATOR (self .SAMPLE_FILE )
454- res = sample_validator .validate ()
455- self .assertTrue (res )
456-
457-
458443class TestReferencePage (BaseTemplateTest ):
459444 """Verifies that the reference page validator works as expected"""
460445 SAMPLE_FILE = os .path .join (MARKDOWN_DIR , "reference.md" )
0 commit comments