aai-institute / lakefs-spec

An fsspec implementation for the lakeFS project.
http://lakefs-spec.org/
Apache License 2.0
37 stars 4 forks source link

Add test coverage for querying info APIs on commits #242

Closed nicholasjng closed 6 months ago

nicholasjng commented 6 months ago

We should add test coverage for APIs like fs.info(), fs.ls(), fs.exists() in the case of commits/tags, so that something like fs.ls("repo/branch@HEAD/a.txt") (with the commit SHA in place of the revision here) and fs.ls("repo/branch/a.txt") can be verified to behave the same.