summaryrefslogtreecommitdiffhomepage
path: root/test/test_usr1.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_usr1.py
parent12a0d259a50fd6feef46aeffa0e46e193ce6bb40 (diff)
downloadunit-8f916285639d7f9aac9ef03cace5e4dcbcca70cd.tar.gz
unit-8f916285639d7f9aac9ef03cace5e4dcbcca70cd.tar.bz2
Tests: utils module introduced.
Diffstat (limited to 'test/test_usr1.py')
-rw-r--r--test/test_usr1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_usr1.py b/test/test_usr1.py
index 3e44e4c5..44f19d23 100644
--- a/test/test_usr1.py
+++ b/test/test_usr1.py
@@ -2,8 +2,8 @@ import os
from subprocess import call
from conftest import unit_stop
-from conftest import waitforfiles
from unit.applications.lang.python import TestApplicationPython
+from unit.utils import waitforfiles
class TestUSR1(TestApplicationPython):