Example #1
0
 def test_mcontext(self):
     python = Python()
     eclipse = EclipseCCR(mcontext=AppContext(executable='test'))
     self.assertIsNone(python.get_context())
     self.assertIsNotNone(eclipse.get_context())
Example #2
0
 def test_mcontext(self):
     python = Python()
     eclipse = EclipseCCR(mcontext=AppContext(executable='test'))
     self.assertIsNone(python.get_context())
     self.assertIsNotNone(eclipse.get_context())