fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
251 stars 44 forks source link

Fix upath core tests #130

Closed ap-- closed 1 year ago

ap-- commented 1 year ago

This fixes 3 issues with the test_core.py tests:

And it moves the local "file://" tests to their own implementations/test_local.py submodule (to add more local filesystem tests in the future).