Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ test_exp_save_unchanged
Function
test_exp_save_unchanged
tests/func/experiments/test_save.py:16–18 ·
view source on GitHub ↗
(tmp_dir, dvc, scm)
Source
from the content-addressed store, hash-verified
14
15
16
def
test_exp_save_unchanged(tmp_dir, dvc, scm):
17
setup_stage(tmp_dir, dvc, scm)
18
dvc.experiments.save()
19
20
21
@pytest.mark.parametrize(
"name"
, [None,
"test"
])
Callers
nothing calls this directly
Calls
2
setup_stage
Function · 0.85
save
Method · 0.45
Tested by
no test coverage detected