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 762f29d commit d1107e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tosfs/tests/test_fsspec_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,11 @@ def test_customized_class(bucket, temporary_workspace):
fsspec.register_implementation(
"tos", "tosfs.tests.test_fsspec_integration.MyTosFileSystem", True
)
fsspec.registry["tos"] = "tosfs.tests.test_fsspec_integration.MyTosFileSystem"

logger.error("----------------")
logger.error("tos" in fsspec.registry)
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 d1107e0

Please sign in to comment.