Commit bdf4fcfb authored by David Wilson's avatar David Wilson

Tidy up test.

parent be9e55fe
...@@ -62,9 +62,7 @@ class CallFunctionTest(unittest.TestCase): ...@@ -62,9 +62,7 @@ class CallFunctionTest(unittest.TestCase):
except mitogen.core.StreamError, e: except mitogen.core.StreamError, e:
pass pass
assert e[0] == ( assert e[0] == "attempted unpickle from 'call_function_test'"
"attempted unpickle from 'call_function_test'"
)
def test_returns_dead(self): def test_returns_dead(self):
assert mitogen.core._DEAD == self.local.call(func_returns_dead) assert mitogen.core._DEAD == self.local.call(func_returns_dead)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment