mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
test: add test_python.py for testing python-mscp
Dockerfiles also adapt themselvs for testing python-mscp bindings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user