[Checkins] SVN: zope.globalrequest/trunk/src/zope/globalrequest/README.txt clean up the temporary test

Andreas Zeidler az at zitc.de
Thu Jan 15 10:47:40 EST 2009


Log message for revision 94752:
  clean up the temporary test

Changed:
  U   zope.globalrequest/trunk/src/zope/globalrequest/README.txt

-=-
Modified: zope.globalrequest/trunk/src/zope/globalrequest/README.txt
===================================================================
--- zope.globalrequest/trunk/src/zope/globalrequest/README.txt	2009-01-15 14:47:56 UTC (rev 94751)
+++ zope.globalrequest/trunk/src/zope/globalrequest/README.txt	2009-01-15 15:47:39 UTC (rev 94752)
@@ -7,13 +7,11 @@
 This package provides a global way to retrieve the currently active request
 object in a zope-based web framework.
 
-Let's just check the interfaces for now:
 
-  >>> from zope.globalrequest.interfaces import IGlobalRequest
-  >>> IGlobalRequest
-  <InterfaceClass zope.globalrequest.interfaces.IGlobalRequest>
+Functional Tests
+----------------
 
-Also make sure our test view works:
+First we make sure our test view works:
 
   >>> from zope.testbrowser.testing import Browser
   >>> browser = Browser()



More information about the Checkins mailing list