[Zope-Checkins] CVS: Zope/lib/python/StructuredText/tests - testStructuredText.py:1.5
Andreas Jung
andreas@zope.com
Mon, 8 Oct 2001 09:59:27 -0400
Update of /cvs-repository/Zope/lib/python/StructuredText/tests
In directory cvs.zope.org:/tmp/cvs-serv8842/tests
Modified Files:
testStructuredText.py
Log Message:
added HTML regression tests for all files
=== Zope/lib/python/StructuredText/tests/testStructuredText.py 1.4 => 1.5 ===
files = ['index.stx','Acquisition.stx','ExtensionClass.stx',
- 'MultiMapping.stx','examples.stx']
-
-reg_files = ['Links.stx']
-
+ 'MultiMapping.stx','examples.stx','Links.stx']
def readFile(dirname,fname):
@@ -170,7 +167,7 @@
def testRegressionsTests(self):
""" HTML regression test """
- for f in reg_files:
+ for f in files:
Doc = DocumentClass.DocumentClass()
HTML = HTMLClass.HTMLClass()
raw_text = readFile(regressions,f)