Files
mscp/test
Ryo Nakamura 5cbf3ad648 fix wrong dst path for source path under '/'
When a source file path is /FILE, its dest path would be dst/ILE.
This commit fixes this issue (#8).
2024-01-18 12:59:49 +09:00
..
2022-11-01 00:02:34 +09:00
2022-11-05 21:29:26 +09:00

This test assumes that the user executing the test can ssh to the localhost without password.

  • Run pytest through ctest.
python3 -m pip install pytest numpy

cd build
cmake ..
ctest --verbose # or `make test ARGS='-V'`