Commit f01e457d authored by David Wilson's avatar David Wilson

Allow running without py.test.

parent 750e9fab
......@@ -89,3 +89,7 @@ class CallFunctionTest(unittest.TestCase):
assert context is not self.local
assert context.context_id == self.local.context_id
assert context.name == self.local.name
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