From afc1fcb1e37d34813dcaede88773956642bdd6c8 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Thu, 16 Mar 2017 14:44:59 +0900 Subject: test/lib: Move noseplugin.py to test/lib module directory To enable to use "noseplugin" as the Python module from the absolute import scope in scenario_test, this patch moves noseplugin.py to test/lib module directory. Signed-off-by: IWASE Yusuke --- test/scenario_test/global_policy_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scenario_test/global_policy_test.py') diff --git a/test/scenario_test/global_policy_test.py b/test/scenario_test/global_policy_test.py index 13eaabb4..39074f3a 100644 --- a/test/scenario_test/global_policy_test.py +++ b/test/scenario_test/global_policy_test.py @@ -22,7 +22,7 @@ import unittest from fabric.api import local import nose -from noseplugin import OptionParser, parser_option +from lib.noseplugin import OptionParser, parser_option from lib import base from lib.base import ( -- cgit v1.2.3