add test cases for resume with checkpoint

Now mscp supports resume (#5) and (#10)
This commit is contained in:
Ryo Nakamura
2024-02-20 22:05:17 +09:00
parent dfdad6bca5
commit f3a24e0047
2 changed files with 47 additions and 3 deletions

View File

@@ -19,4 +19,4 @@ ssh-keyscan 127.0.0.1 >> ${HOME}/.ssh/known_hosts
ssh-keyscan ::1 >> ${HOME}/.ssh/known_hosts
# Run test
python3 -m pytest ../test -v
python3 -m pytest -v ../test