MCPcopy
hub / github.com/dask/dask / test_default_search_paths

Function test_default_search_paths

dask/tests/test_config.py:749–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

747
748
749def test_default_search_paths():
750 # Ensure _get_paths() is used for default paths
751 assert dask.config.paths == _get_paths()
752
753
754def test_config_files_order(tmp_path, monkeypatch):

Callers

nothing calls this directly

Calls 1

_get_pathsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…