test: add test_python.py for testing python-mscp

Dockerfiles also adapt themselvs for testing python-mscp bindings.
This commit is contained in:
Ryo Nakamura
2023-03-12 20:37:57 +09:00
parent 597a7a8cba
commit e2da5811ce
8 changed files with 142 additions and 7 deletions

View File

@@ -13,5 +13,7 @@ if [ ! -e /var/run/sshd.pid ]; then
/usr/sbin/sshd
fi
ssh-keyscan localhost >> ${HOME}/.ssh/known_hosts
# Run test
python3 -m pytest ../test -v