Skip to content

Commit

Permalink
Add more test cases about fsspec integration
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Nov 14, 2024
1 parent af2a1fe commit 762f29d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tosfs/tests/test_fsspec_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,11 @@ def test_customized_class(bucket, temporary_workspace):

logger.error("----------------")
logger.error("tos" in fsspec.registry)
logger.error(fsspec.registry["tos"])
logger.error(fsspec.registry.known_implementations["tos"])
logger.error(f"fsspec.registry {fsspec.registry}")
logger.error(
f"fsspec.registry.known_implementations "
f"{fsspec.registry.known_implementations}"
)
logger.error(fsspec.get_filesystem_class("tos"))

file = f"{random_str()}.txt"
Expand Down

0 comments on commit 762f29d

Please sign in to comment.