[Checkins] SVN: zc.thread/trunk/src/zc/thread/tests.py long line

jim cvs-admin at zope.org
Tue Jan 1 19:47:22 UTC 2013


Log message for revision 128980:
  long line
  

Changed:
  U   zc.thread/trunk/src/zc/thread/tests.py

-=-
Modified: zc.thread/trunk/src/zc/thread/tests.py
===================================================================
--- zc.thread/trunk/src/zc/thread/tests.py	2013-01-01 15:14:37 UTC (rev 128979)
+++ zc.thread/trunk/src/zc/thread/tests.py	2013-01-01 19:47:21 UTC (rev 128980)
@@ -99,7 +99,8 @@
             def foo3():
                 print 'foo3 called'
             Process.call_args[1].pop('target')()
-            Process.assert_called_with(name='foo3', args=(42,), kwargs=dict(a=1))
+            Process.assert_called_with(
+                name='foo3', args=(42,), kwargs=dict(a=1))
             self.assert_(not foo3.daemon)
             self.assert_(not foo3.start.called)
 



More information about the checkins mailing list