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