diff options
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 |