Skip to content

Commit

Permalink
Move Python unit tests to subdirectory
Browse files Browse the repository at this point in the history
To make room for integration tests.
  • Loading branch information
rhcarvalho authored and sosiouxme committed Apr 25, 2017
1 parent d5a3602 commit ff8356b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff8356b

Please sign in to comment.