Commit d8484300 authored by Martín Ferrari's avatar Martín Ferrari

already done

parent 43dc6c0f
......@@ -285,7 +285,6 @@ class TestSubprocess(unittest.TestCase):
self.assertEquals(system(node, "true"), 0)
self.assertEquals(system(node, "false"), 1)
# FIXME: tests for Popen!
if __name__ == '__main__':
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