config_test.py 171 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 import os from .config_base import * # Now, override some configuration settings, or add new ones # Ex: # Override DOC_DIR DOC_DIR = os.path.join(DOC_DIR, "test-doc")