Skip to content

Commit 4e25f48

Browse files
committed
test(v3): ✨ Add DEBUG env for background unittests
1 parent 21002bb commit 4e25f48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import os
12
import sys
23

34
sys.path.append("/usagelogger")
5+
os.environ.setdefault("DEBUG", "True")

0 commit comments

Comments
 (0)