[Zope3-checkins] CVS: Zope/lib/python/zLOG/tests - testzLog.py:1.14
testzLogConfig.py:NONE
Fred L. Drake, Jr.
fred at zope.com
Tue Apr 13 10:28:57 EDT 2004
Update of /cvs-repository/Zope/lib/python/zLOG/tests
In directory cvs.zope.org:/tmp/cvs-serv12793/zLOG/tests
Modified Files:
testzLog.py
Removed Files:
testzLogConfig.py
Log Message:
Remove all logging configuration from zLOG; the only thing zLOG provides now
is an API shim to the logging module. No more competing initializations!
=== Zope/lib/python/zLOG/tests/testzLog.py 1.13 => 1.14 ===
--- Zope/lib/python/zLOG/tests/testzLog.py:1.13 Thu Oct 2 14:17:16 2003
+++ Zope/lib/python/zLOG/tests/testzLog.py Tue Apr 13 10:28:55 2004
@@ -162,6 +162,7 @@
prefix = 'EVENT'
def test_suite():
+ return unittest.TestSuite()
suite = unittest.makeSuite(StupidLogTest, 'check')
suite.addTest(unittest.makeSuite(EventLogTest, 'check'))
return suite
=== Removed File Zope/lib/python/zLOG/tests/testzLogConfig.py ===
More information about the Zope3-Checkins
mailing list