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

Function test_fspath

pandas/tests/io/pytables/test_file_handling.py:487–489  ·  view source on GitHub ↗
(temp_h5_path)

Source from the content-addressed store, hash-verified

485
486
487def test_fspath(temp_h5_path):
488 with HDFStore(temp_h5_path) as store:
489 assert os.fspath(store) == str(temp_h5_path)

Callers

nothing calls this directly

Calls 1

HDFStoreClass · 0.90

Tested by

no test coverage detected