Closed ap-- closed 1 year ago
This fixes 3 issues with the test_core.py tests:
anon=True
token='anon'
And it moves the local "file://" tests to their own implementations/test_local.py submodule (to add more local filesystem tests in the future).
This fixes 3 issues with the test_core.py tests:
anon=True
as a storage option, where they should have usedtoken='anon'
And it moves the local "file://" tests to their own implementations/test_local.py submodule (to add more local filesystem tests in the future).