[Checkins] SVN: zc.resumelb/trunk/src/zc/resumelb/tests.py Added	some missing clean up
    jim 
    cvs-admin at zope.org
       
    Wed Oct 17 16:56:00 UTC 2012
    
    
  
Log message for revision 128032:
  Added some missing clean up
  
Changed:
  U   zc.resumelb/trunk/src/zc/resumelb/tests.py
-=-
Modified: zc.resumelb/trunk/src/zc/resumelb/tests.py
===================================================================
--- zc.resumelb/trunk/src/zc/resumelb/tests.py	2012-10-17 16:55:33 UTC (rev 128031)
+++ zc.resumelb/trunk/src/zc/resumelb/tests.py	2012-10-17 16:55:57 UTC (rev 128032)
@@ -347,6 +347,9 @@
       overall backlog: 0 Decayed: 0 Avg: 0
       0: [127.0.0.1:49927, 127.0.0.1:36316]
 
+    >>> for w in workers:
+    ...     w.server.stop()
+    >>> lb.stop()
     """
 
 def test_classifier(env):
    
    
More information about the checkins
mailing list