Allow running without py.test.
This commit is contained in:
parent
959af50c1f
commit
5da8dc0cdc
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue