Getty Ritter 4 лет назад
Родитель
Сommit
d76270c906
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      tests/model.py

+ 2 - 0
tests/model.py

@@ -1,6 +1,8 @@
+import os
 import peewee
 import pytest
 
+os.environ["APP_PATH"] = "test"
 import lc.config as c
 import lc.error as e
 import lc.request as r