diff --git a/test/modify_yaml_tests.py b/test/unit/modify_yaml_tests.py similarity index 93% rename from test/modify_yaml_tests.py rename to test/unit/modify_yaml_tests.py index 0dc25df8298..65b2db44c52 100644 --- a/test/modify_yaml_tests.py +++ b/test/unit/modify_yaml_tests.py @@ -5,7 +5,7 @@ import sys import unittest -sys.path = [os.path.abspath(os.path.dirname(__file__) + "/../library/")] + sys.path +sys.path = [os.path.abspath(os.path.dirname(__file__) + "/../../library/")] + sys.path # pylint: disable=import-error from modify_yaml import set_key # noqa: E402