Move to test folder

This commit is contained in:
2021-08-01 13:06:19 +12:00
parent 5fc4bc64b8
commit e80eae214b
3 changed files with 86 additions and 0 deletions

3
app/test/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))