Tests: renamed share to static.

Also minor style changes.
This commit is contained in:
Andrei Zeliankou
2021-06-28 22:05:40 +01:00
parent 72420358be
commit b86891c4ef
8 changed files with 57 additions and 62 deletions

View File

@@ -22,8 +22,8 @@ from unit.check.node import check_node
from unit.check.regex import check_regex
from unit.check.tls import check_openssl
from unit.http import TestHTTP
from unit.option import option
from unit.log import Log
from unit.option import option
from unit.utils import public_dir
from unit.utils import waitforfiles