[ZPT] CVS: Zope/lib/python/TAL/tests - test_files.py:1.5.90.1
Fred L. Drake, Jr.
fdrake@acm.org
Tue, 2 Jul 2002 14:25:03 -0400
Update of /cvs-repository/Zope/lib/python/TAL/tests
In directory cvs.zope.org:/tmp/cvs-serv4454
Modified Files:
Tag: zope2-tal-i18n-branch
test_files.py
Log Message:
Expose the names of the input file for the file-based tests.
=== Zope/lib/python/TAL/tests/test_files.py 1.5 => 1.5.90.1 ===
unittest.TestCase.__init__(self)
+ def shortDescription(self):
+ return os.path.join("...", "TAL", "tests", "input",
+ os.path.basename(self.__file))
+
def runTest(self):
basename = os.path.basename(self.__file)
#sys.stdout.write(basename + " ")