Move to test folder
This commit is contained in:
3
app/test/__init__.py
Normal file
3
app/test/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import sys
|
||||
import os
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
Reference in New Issue
Block a user