Add ahfe resume test to be integration (#1931)

This commit is contained in:
Irfan Alibay
2026-04-08 20:22:40 +01:00
committed by GitHub
parent 41f1684706
commit 7654820009

View File

@@ -178,6 +178,7 @@ class TestCheckpointResuming:
def _copy_simfiles(cwd: pathlib.Path, filepath):
shutil.copyfile(filepath, f"{cwd}/{filepath.name}")
@pytest.mark.integration
def test_resume(
self, protocol_dag, ahfe_solv_trajectory_path, ahfe_solv_checkpoint_path, tmp_path
):