WMGZON/tests/__init__.py

6 lines
124 B
Python
Raw Normal View History

import os
# Setup test environment variables
2024-01-29 22:07:36 +00:00
if os.environ.get("ENVIRON") is None:
os.environ["ENVIRON"] = "test"