Commit 1449c972 authored by David Wilson's avatar David Wilson

Allow running responder_test with unittest.

parent 0c573d0e
......@@ -75,3 +75,9 @@ class BrokenModulesTest(unittest.TestCase):
msg, = call[1]
self.assertEquals(50, msg.handle)
self.assertTrue(isinstance(msg.unpickle(), tuple))
if __name__ == '__main__':
import logging
logging.basicConfig(level=logging.DEBUG)
unittest.main()
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