diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-10-07 23:18:43 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-10-07 23:18:43 +0100 |
commit | 6ec0ff35964c7805712d978625949f72ff5a63bc (patch) | |
tree | f64a1901993fbc7e6a75ca6335fbbd291c8cce56 /test/conftest.py | |
parent | 645683f432d742f42f2769f589fe769585fb7aa0 (diff) | |
download | unit-6ec0ff35964c7805712d978625949f72ff5a63bc.tar.gz unit-6ec0ff35964c7805712d978625949f72ff5a63bc.tar.bz2 |
Tests: minor fixes.
Diffstat (limited to 'test/conftest.py')
-rw-r--r-- | test/conftest.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/conftest.py b/test/conftest.py index 0bc5cdf9..b62264ca 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -1,16 +1,17 @@ import fcntl import os import platform -import pytest +import re import shutil import signal import stat import subprocess import sys -import re import tempfile import time +import pytest + from unit.check.go import check_go from unit.check.node import check_node from unit.check.tls import check_openssl |