test(worker): setup testing

This commit is contained in:
jo 2022-09-09 11:52:19 +02:00 committed by Kyle Robbertze
parent ab6cebb6ed
commit 7184fb3235
5 changed files with 38 additions and 2 deletions

5
worker/tests/conftest.py Normal file
View file

@ -0,0 +1,5 @@
import os
os.environ.setdefault("LIBRETIME_DEBUG", "true")
os.environ.setdefault("LIBRETIME_GENERAL_PUBLIC_URL", "http://localhost")
os.environ.setdefault("LIBRETIME_GENERAL_API_KEY", "testing")