moto/moto/settings.py

4 lines
88 B
Python

import os
TEST_SERVER_MODE = os.environ.get('TEST_SERVER_MODE', '0').lower() == 'true'