[Checkins] SVN:	grokcore.startup/trunk/src/grokcore/startup/README.txt	explaing catching the systemexit exception in the test
    Jan-Wijbrand Kolman 
    janwijbrand at gmail.com
       
    Mon Oct 25 06:27:35 EDT 2010
    
    
  
Log message for revision 117843:
  explaing catching the systemexit exception in the test
Changed:
  U   grokcore.startup/trunk/src/grokcore/startup/README.txt
-=-
Modified: grokcore.startup/trunk/src/grokcore/startup/README.txt
===================================================================
--- grokcore.startup/trunk/src/grokcore/startup/README.txt	2010-10-25 10:27:12 UTC (rev 117842)
+++ grokcore.startup/trunk/src/grokcore/startup/README.txt	2010-10-25 10:27:34 UTC (rev 117843)
@@ -318,6 +318,8 @@
     >>> try:
     ...     interactive_debug_prompt(zope_conf=zopeconf)
     ... except SystemExit:
+    ...     # Catch the exit from the interactive prompt as it would
+    ...     # exit this test as well.
     ...     pass
     ------
     ...WARNING zope.app.appsetup Security policy is not configured.
    
    
More information about the checkins
mailing list