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 578fba2 commit 30f9a5dCopy full SHA for 30f9a5d
intake/catalog/tests/test_local.py
@@ -17,6 +17,7 @@
17
from intake import open_catalog
18
from intake.catalog import exceptions, local
19
from intake.catalog.local import LocalCatalogEntry, UserParameter, get_dir
20
+from intake.tests.test_utils import copy_test_file
21
from intake.utils import make_path_posix
22
23
from .util import assert_items_equal
@@ -771,7 +772,7 @@ def inherit_params_cat():
771
772
with tempfile.TemporaryDirectory() as tmp_dir:
773
tmp_path = posixpath.join(tmp_dir, "intake")
774
target_catalog = copy_test_file("catalog_inherit_params.yml", tmp_path)
- return intake.open_catalog(target_catalog)
775
+ return open_catalog(target_catalog)
776
777
778
def test_inherit_params(inherit_params_cat):
0 commit comments