jbasko / configmanager

Forget about configparser, YAML, or JSON parsers. Focus on configuration. NOT RECOMMENDED FOR USE (2019-01-26)
MIT License
17 stars 5 forks source link

Document: How would user go about setting up configuration for unit tests #135

Closed jbasko closed 7 years ago

jbasko commented 7 years ago

@config.hooks doesn't apply to other instances easily. -- a factory method or module is needed.

jbasko commented 7 years ago

Use with config() as documented in "How to set temporary configuration?".