Example #1
0
 def tearDown(self):
     self.ref.unload()
     rapi.shutdown()
Example #2
0
 def tearDown(self):
     rapi.shutdown()
Example #3
0
 def test_shutdown(self):
     rapi.init(rapi.opts())
     r = rapi.shutdown()
     self.assertIsNone(r)