summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2023-03-12test: add test_python.py for testing python-mscpRyo Nakamura
Dockerfiles also adapt themselvs for testing python-mscp bindings.
2023-03-10remove numpy from test, and fix compiling single binary mscpRyo Nakamura
2023-03-03add mscp_ssh_opts and change -C optargRyo Nakamura
2022-11-18add O_TRUNC when the first open() for a fileRyo Nakamura
2022-11-18fix when copy multiple sources and various tiny fixesRyo Nakamura
* when copying multiple sources, target must be directory * add multi-src copy test and parametrize src/dst prefixes * cleanup REAMDE (s/sessions/connections/g) * make error output in copy functions simple
2022-11-15add -m coremask optionRyo Nakamura
2022-11-06remove accidentally added MakefileRyo Nakamura
2022-11-05add -H option to disable host key checkRyo Nakamura
tests use this option.
2022-11-05update README for testRyo Nakamura
2022-11-05create file at the remote although file size is 0Ryo Nakamura
2022-11-01add test_transfer_zero_bytesRyo Nakamura
2022-11-01capture retval from copy threadsRyo Nakamura
2022-11-01add ctest to run pytestRyo Nakamura
2022-10-31add (not complete) end-to-end test with pytestRyo Nakamura