MCPcopy Create free account
hub / github.com/Kaggle/docker-python / tearDown

Method tearDown

tests/test_h2o.py:6–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class TestH2o(unittest.TestCase):
6 def tearDown(self):
7 h2o.cluster().shutdown(False)
8
9 def test_init_read(self):
10 h2o.init()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected