Open
Description
Description
Check whether unknown configuration exists in the configuration file when strict_config=True
is passed. It should work like --strict-markers
in pytest. It can avoid typo in the configuration.
Possible Solution
- add
strict_config
as a configuration - define the valid configurations
- check unknown key in base_config if
strict_config=True