@norlandrhagen this refactors the tests in test_readers/test_kerchunk.py to all call open_virtual_dataset directly instead of calling the internal function dataset_from_kerchunk_refs. This will help me test that passing fs_root to open_virtual_dataset is working as expected.
[x] Makes testing passing the fs_root argument in #243 possible
@norlandrhagen this refactors the tests in
test_readers/test_kerchunk.py
to all callopen_virtual_dataset
directly instead of calling the internal functiondataset_from_kerchunk_refs
. This will help me test that passingfs_root
toopen_virtual_dataset
is working as expected.fs_root
argument in #243 possible