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

@@ -1,6 +1,9 @@
"""
test_e2e.py: End-to-End test for mscp executable.
"""
import pytest
import hashlib
import os
from subprocess import check_call, CalledProcessError, PIPE