[ZPT] CVS: Zope/lib/python/TAL/tests - test_files.py:1.4
Tres Seaver
tseaver@zope.com
Wed, 17 Oct 2001 16:53:15 -0400
Update of /cvs-repository/Zope/lib/python/TAL/tests
In directory cvs.zope.org:/tmp/cvs-serv8759/lib/python/TAL/tests
Modified Files:
test_files.py
Log Message:
- Re-enable TAL tests during "run all". Five are still broken,
with what look like assumption clashes about well-formedness
as XML vs. HTML.
- Suppress filename output in lib/python/TAL/test/test_files.py.
=== Zope/lib/python/TAL/tests/test_files.py 1.3 => 1.4 ===
def runTest(self):
basename = os.path.basename(self.__file)
- sys.stdout.write(basename + " ")
+ #sys.stdout.write(basename + " ")
sys.stdout.flush()
if basename[:10] == 'test_metal':
sys.argv = ["", "-Q", "-m", self.__file]