diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-12-08 14:37:25 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-12-08 14:37:25 +0000 |
commit | 8f916285639d7f9aac9ef03cace5e4dcbcca70cd (patch) | |
tree | 3f56dd9e0d0feaef7fb8285ccb966fb612bffc9e /test/unit/applications | |
parent | 12a0d259a50fd6feef46aeffa0e46e193ce6bb40 (diff) | |
download | unit-8f916285639d7f9aac9ef03cace5e4dcbcca70cd.tar.gz unit-8f916285639d7f9aac9ef03cace5e4dcbcca70cd.tar.bz2 |
Tests: utils module introduced.
Diffstat (limited to 'test/unit/applications')
-rw-r--r-- | test/unit/applications/lang/node.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/applications/lang/node.py b/test/unit/applications/lang/node.py index baccef7e..cc6d06ef 100644 --- a/test/unit/applications/lang/node.py +++ b/test/unit/applications/lang/node.py @@ -1,9 +1,9 @@ import shutil from urllib.parse import quote -from conftest import public_dir from unit.applications.proto import TestApplicationProto from unit.option import option +from unit.utils import public_dir class TestApplicationNode(TestApplicationProto): |