Update unit test suites to import components from src/ directory
This commit is contained in:
@@ -8,6 +8,7 @@ import warnings
|
||||
warnings.filterwarnings("ignore")
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
|
||||
|
||||
import Linux_Client
|
||||
import pgpy
|
||||
|
||||
Reference in New Issue
Block a user