MCPcopy Create free account
hub / github.com/mpi4py/mpi4py / setUp

Method setUp

test/test_errhandler.py:216–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214class TestErrhandlerSession(BaseTestErrhandler, unittest.TestCase):
215 #
216 def setUp(self):
217 try:
218 self.mpiobj = MPI.Session.Init()
219 except NotImplementedError:
220 self.skipTest("mpi-session")
221
222 def tearDown(self):
223 self.mpiobj.Finalize()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected