Skip to content
Snippets Groups Projects
Unverified Commit 85ad4a1b authored by laura-ding's avatar laura-ding Committed by GitHub
Browse files

Fix single execute test failed (#274)

parent 2c5b137c
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ from time import localtime, strftime
CURR_PATH = os.path.dirname(os.path.abspath(__file__))
NEBULA_HOME = os.getenv('NEBULA_SOURCE_DIR', os.path.join(CURR_PATH, '..'))
TEST_DIR = os.path.join(NEBULA_HOME, 'tests')
sys.path.insert(0, NEBULA_HOME)
sys.path.insert(0, TEST_DIR)
import pytest
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment