SatelliteQE/airgun

Refactor settings; introduce settings validations

Open

#17 opened on Feb 22, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (83 forks)auto 404
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.

Contributor guide