Explorar o código

Move Python unit tests to subdirectory

To make room for integration tests.
Rodolfo Carvalho %!s(int64=8) %!d(string=hai) anos
pai
achega
ff8356b926
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/modify_yaml_tests.py

+ 1 - 1
test/modify_yaml_tests.py

@@ -5,7 +5,7 @@ import os
 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