You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
We need to add extensive configuration tests in order to avoid regression related to configuration.
Things that we need to test for:
Loading of the default config.yml configuration.
Ability to load configuration from config.yml or config.json files.
Ability to load configuration from environment.
Ability to load configuration provided to init(...).
Loading order. I.e. that configuration provided to init(...) overrides configuration loaded from environment, that overrides configuration loaded from files.
Ability to set configuration that is resolved at runtime, such as website: true.
We need to add extensive configuration tests in order to avoid regression related to configuration.
Things that we need to test for:
config.ymlconfiguration.config.ymlorconfig.jsonfiles.init(...).init(...)overrides configuration loaded from environment, that overrides configuration loaded from files.website: true.