finish test
This commit is contained in:
10
tests/init_test.py
Normal file
10
tests/init_test.py
Normal file
@@ -0,0 +1,10 @@
|
||||
def validate_path():
|
||||
import os, sys
|
||||
|
||||
os.path.dirname(__file__)
|
||||
root_dir_assume = os.path.abspath(os.path.dirname(__file__) + "/..")
|
||||
os.chdir(root_dir_assume)
|
||||
sys.path.append(root_dir_assume)
|
||||
|
||||
|
||||
validate_path() # validate path so you can run from base directory
|
||||
Reference in New Issue
Block a user