[Zope3-checkins] CVS: Zope3/lib/python/Zope/Testing - __init__.py:1.7 Builder.py:NONE README.txt:NONE ZODButil.py:NONE common.py:NONE custom_zodb.py:NONE dispatcher.py:NONE makerequest.py:NONE
Jim Fulton
jim@zope.com
Fri, 18 Oct 2002 10:47:46 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Testing
In directory cvs.zope.org:/tmp/cvs-serv5627/lib/python/Zope/Testing
Modified Files:
__init__.py
Removed Files:
Builder.py README.txt ZODButil.py common.py custom_zodb.py
dispatcher.py makerequest.py
Log Message:
Got rid of many decoy files, files that were no longer used. Most of
these were not importable.
=== Zope3/lib/python/Zope/Testing/__init__.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/Testing/__init__.py:1.6 Mon Jun 10 19:29:45 2002
+++ Zope3/lib/python/Zope/Testing/__init__.py Fri Oct 18 10:47:45 2002
@@ -18,10 +18,6 @@
"""
import os
-def allZopeTests():
- from Builder import allZopeTests
- return allZopeTests()
-
def patchTracebackModule():
"""Use the ExceptionFormatter to show more info in tracebacks.
"""
=== Removed File Zope3/lib/python/Zope/Testing/Builder.py ===
=== Removed File Zope3/lib/python/Zope/Testing/README.txt ===
=== Removed File Zope3/lib/python/Zope/Testing/ZODButil.py ===
=== Removed File Zope3/lib/python/Zope/Testing/common.py ===
=== Removed File Zope3/lib/python/Zope/Testing/custom_zodb.py ===
=== Removed File Zope3/lib/python/Zope/Testing/dispatcher.py ===
=== Removed File Zope3/lib/python/Zope/Testing/makerequest.py ===