aboutsummaryrefslogtreecommitdiffstats
path: root/tests/env_setup_test.py
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-11-16 22:56:07 +0800
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-11-16 22:56:07 +0800
commit862f1fe7fab4b94242663ab509c3dd91dc592c2c (patch)
tree70c9b0e4ca105d349714435681a978ce408160c4 /tests/env_setup_test.py
parent2b3df7dce52e965ba5992334ce7d3d1c229a9ce9 (diff)
Bugfix: Correct the path in unit test.
Change-Id: I2e019230bc50222222c5df4c0d18640616fff074 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'tests/env_setup_test.py')
-rw-r--r--tests/env_setup_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/env_setup_test.py b/tests/env_setup_test.py
index 07f426e1..e28c6a18 100644
--- a/tests/env_setup_test.py
+++ b/tests/env_setup_test.py
@@ -9,7 +9,7 @@
import pytest
import filecmp
-from utils.env_setup import Env_setup
+from qtip.utils.env_setup import Env_setup
import mock