WMGZON/tests/database/__init__.py

8 lines
191 B
Python
Raw Normal View History

2024-01-09 22:20:32 +00:00
# Ensure test environment is set before using
import os
# Setup test environment variables
os.environ["ENVIRON"] = "test"
# Runs the database creation scripts
import scripts.create_database