diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-03-12 20:37:57 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-03-12 20:37:57 +0900 |
commit | e2da5811ce2c9006ecb4319d8b1c40128ac2ff67 (patch) | |
tree | 537e53bd38af01766c250bfdb0c48bd0dd722d29 /test/test_e2e.py | |
parent | 597a7a8cbae48a4f1026d6970e78b43b157bc70b (diff) |
test: add test_python.py for testing python-mscp
Dockerfiles also adapt themselvs for testing python-mscp bindings.
Diffstat (limited to 'test/test_e2e.py')
-rw-r--r-- | test/test_e2e.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_e2e.py b/test/test_e2e.py index 66c6f63..018be96 100644 --- a/test/test_e2e.py +++ b/test/test_e2e.py @@ -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 |