from some_parent_config import *
SOME_PROP = 'override value with this'
- python run.py path/to/configuration.json
Standard python unit tests are located in test directories throughout the project. For a file some_path/some_file.py its test can be found at some_path/test/test_some_file.py