summaryrefslogtreecommitdiffhomepage
path: root/test/test_proxy.py
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2020-12-08 14:37:25 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2020-12-08 14:37:25 +0000
commit8f916285639d7f9aac9ef03cace5e4dcbcca70cd (patch)
tree3f56dd9e0d0feaef7fb8285ccb966fb612bffc9e /test/test_proxy.py
parent12a0d259a50fd6feef46aeffa0e46e193ce6bb40 (diff)
downloadunit-8f916285639d7f9aac9ef03cace5e4dcbcca70cd.tar.gz
unit-8f916285639d7f9aac9ef03cace5e4dcbcca70cd.tar.bz2
Tests: utils module introduced.
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r--test/test_proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py
index 90b6b657..975a76a0 100644
--- a/test/test_proxy.py
+++ b/test/test_proxy.py
@@ -6,9 +6,9 @@ import pytest
from conftest import run_process
from conftest import skip_alert
-from conftest import waitforsocket
from unit.applications.lang.python import TestApplicationPython
from unit.option import option
+from unit.utils import waitforsocket
class TestProxy(TestApplicationPython):