Skip to content

Instantly share code, notes, and snippets.

@Saurabh7
Created October 8, 2013 10:31
Show Gist options
  • Save Saurabh7/6882746 to your computer and use it in GitHub Desktop.
Save Saurabh7/6882746 to your computer and use it in GitHub Desktop.
[FAIL]
Traceback (most recent call last):
File "/home/trac/Twisted1/twisted/runner/test/test_procmon.py", line 288, in test_stopProcessForcedKill
self.assertEqual(self.reactor.seconds(), self.pm.timeStarted["foo"])
File "/home/trac/Twisted1/twisted/trial/_synctest.py", line 356, in assertEqual
% (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = 15.0
b = 0.0
twisted.runner.test.test_procmon.ProcmonTests.test_stopProcessForcedKill
===============================================================================
[FAIL]
Traceback (most recent call last):
File "/home/trac/Twisted1/twisted/runner/test/test_procmon.py", line 265, in test_stopProcessNaturalTermination
self.pm.timeStarted["foo"])
File "/home/trac/Twisted1/twisted/trial/_synctest.py", line 356, in assertEqual
% (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = 11.0
b = 0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment