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 354e86f commit 18e1046Copy full SHA for 18e1046
1 file changed
tests/test_setups/test_setup_functions.py
@@ -180,4 +180,7 @@ def test_setuplist_offset(self):
180
181
assert len(all) == size * 2
182
183
-
+ @pytest.mark.test_server()
184
+ def test_get_cached_setup(self):
185
+ openml.config.set_root_cache_directory(self.static_cache_dir)
186
+ openml.setups.get_setup(1)
0 commit comments