We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53d9c8 commit 2ad98faCopy full SHA for 2ad98fa
fsspec/implementations/tests/test_reference.py
@@ -230,6 +230,7 @@ def test_defaults(server): # noqa: F811
230
def test_spec1_expand():
231
pytest.importorskip("jinja2")
232
from fsspec.implementations.reference import json as json_impl
233
+
234
in_data = {
235
"version": 1,
236
"templates": {"u": "server.domain/path", "f": "{{c}}"},
@@ -279,6 +280,7 @@ def test_spec1_expand():
279
280
def test_spec1_expand_simple():
281
282
283
284
285
286
"templates": {"u": "server.domain/path"},
0 commit comments