Specifically, adding tests to cover the cases where the user tries to pass invalid config.
I’ve consolidated all the config validation code, and also switched it to use ConfigError, which is consistent with other parts of Loris when invalid config is detected.
Specifically, adding tests to cover the cases where the user tries to pass invalid config.
I’ve consolidated all the config validation code, and also switched it to use
ConfigError
, which is consistent with other parts of Loris when invalid config is detected.