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 6ee5408 commit af2a1fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tosfs/tests/test_fsspec_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ 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(fsspec.get_filesystem_class("tos"))

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

0 comments on commit af2a1fe

Please sign in to comment.