We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21002bb commit 4e25f48Copy full SHA for 4e25f48
tests/__init__.py
@@ -1,3 +1,5 @@
1
+import os
2
import sys
3
4
sys.path.append("/usagelogger")
5
+os.environ.setdefault("DEBUG", "True")
0 commit comments