[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL/tests - test_files.py:1.7

Fred L. Drake, Jr. fdrake@acm.org
Tue, 2 Jul 2002 14:27:45 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/TAL/tests
In directory cvs.zope.org:/tmp/cvs-serv5738

Modified Files:
	test_files.py 
Log Message:
Expose the names of the input file for the file-based tests.


=== Zope3/lib/python/Zope/TAL/tests/test_files.py 1.6 => 1.7 ===
         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 + " ")