enhancementgood first issuelow
Repository metrics
- Stars
- (24 stars)
- PR merge metrics
- (PR metrics pending)
Description
Current settings implementation is basically a stub for PoC, they should definitely evolve into something better.
Two main issues - no validations at all and no support of nested sections due to configparser limitations (webdrivercapabilities section is supposed to be a part of selenium section).
I was thinking about using configobj instead of configparser, but absence of new commits for more than year encourages to look for a better alternative.