We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f8d9e commit 2e1b8c4Copy full SHA for 2e1b8c4
pandas/tests/io/pytables/test_store.py
@@ -318,7 +318,7 @@ class Table3(tables.IsDescription):
318
assert len(store.keys(kind="tables")) == 3
319
expected = {"/group/table1", "/group/table2", "/group/table3"}
320
assert set(store.keys(kind="tables")) == expected
321
- assert set(store) == set()
+ assert set(store.keys(kind="pandas")) == set()
322
323
def test_keys_ignore_hdf_softlink(self, setup_path):
324
0 commit comments