|
|
|
|
|
by suvelx
2579 days ago
|
|
I think there's two common situations that a 'compile time' configuration would not support. - Loading configuration from `main()` e.g. a configuration in via sys.argv and processed by argparse.
- Setting configuration within tests. Unless explicitly told otherwise, I'd expect all tests to be performed against an empty cache. Not to mention, there's no guarantee that I'll have access to a server use during tests. |
|