MCPcopy
hub / github.com/pandas-dev/pandas / test_format_kwarg_in_constructor

Function test_format_kwarg_in_constructor

pandas/tests/io/pytables/test_put.py:33–39  ·  view source on GitHub ↗
(temp_h5_path)

Source from the content-addressed store, hash-verified

31
32
33def test_format_kwarg_in_constructor(temp_h5_path):
34 # GH 13291
35
36 msg = "format is not a defined argument for HDFStore"
37
38 with pytest.raises(ValueError, match=msg):
39 HDFStore(temp_h5_path, format="table")
40
41
42def test_api_default_format(temp_hdfstore):

Callers

nothing calls this directly

Calls 2

HDFStoreClass · 0.90
raisesMethod · 0.45

Tested by

no test coverage detected