[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests - test_modulelookup.py:1.5

Fred L. Drake, Jr. fred at zope.com
Tue Jan 13 09:27:58 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/services/tests
In directory cvs.zope.org:/tmp/cvs-serv28576

Modified Files:
	test_modulelookup.py 
Log Message:
Explain what is being tested.


=== Zope3/src/zope/app/services/tests/test_modulelookup.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/services/tests/test_modulelookup.py:1.4	Sun Sep 21 13:33:17 2003
+++ Zope3/src/zope/app/services/tests/test_modulelookup.py	Tue Jan 13 09:27:56 2004
@@ -43,6 +43,7 @@
 
 def test_findMoule():
     """
+    Tests for RegistrationManagerContainer.findModule().
 
     >>> folder = MyFolder()
     >>> folder['m1.py'] = MyModuleManager(1)




More information about the Zope3-Checkins mailing list