[Checkins] SVN: zope.app.keyreference/trunk/src/zope/app/keyreference/tests.py Add a comment to tests.

Dan Korostelev nadako at gmail.com
Sat Jan 31 13:34:24 EST 2009


Log message for revision 95779:
  Add a comment to tests.

Changed:
  U   zope.app.keyreference/trunk/src/zope/app/keyreference/tests.py

-=-
Modified: zope.app.keyreference/trunk/src/zope/app/keyreference/tests.py
===================================================================
--- zope.app.keyreference/trunk/src/zope/app/keyreference/tests.py	2009-01-31 18:28:11 UTC (rev 95778)
+++ zope.app.keyreference/trunk/src/zope/app/keyreference/tests.py	2009-01-31 18:34:24 UTC (rev 95779)
@@ -20,6 +20,10 @@
 
 def test_imports():
     """
+    All functionality was moved to zope.keyreference, so the tests are
+    moved as well. Here, we only test that backward-compatibility imports
+    are still working.
+    
     >>> from zope.app.keyreference.interfaces import NotYet, IKeyReference
     >>> NotYet
     <class 'zope.keyreference.interfaces.NotYet'>



More information about the Checkins mailing list