5 lines
77 B
Python
5 lines
77 B
Python
import os
|
|
|
|
# Setup test environment variables
|
|
os.environ["ENVIRON"] = "test"
|