test(worker): setup testing
This commit is contained in:
parent
ab6cebb6ed
commit
7184fb3235
5 changed files with 38 additions and 2 deletions
5
worker/tests/conftest.py
Normal file
5
worker/tests/conftest.py
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue