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 7841ea8 commit cc515aaCopy full SHA for cc515aa
1 file changed
tests/test_utils/test_utils.py
@@ -124,7 +124,7 @@ def test_list_all_few_results_available(_perform_api_call):
124
125
126
@unittest.skipIf(os.name == "nt", "https://github.com/openml/openml-python/issues/1033")
127
-@unittest.mock.patch("openml.utils.openml.config.get_cache_directory")
+@unittest.mock.patch("openml.config.get_cache_directory")
128
def test__create_cache_directory(config_mock, tmp_path):
129
config_mock.return_value = tmp_path
130
openml.utils._create_cache_directory("abc")
0 commit comments