()
| 747 | |
| 748 | |
| 749 | def test_default_search_paths(): |
| 750 | # Ensure _get_paths() is used for default paths |
| 751 | assert dask.config.paths == _get_paths() |
| 752 | |
| 753 | |
| 754 | def test_config_files_order(tmp_path, monkeypatch): |
nothing calls this directly
no test coverage detected
searching dependent graphs…