svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

Allow command line options to be set from config file #177

Open svanoort opened 8 years ago

svanoort commented 8 years ago

Requested in comment here: https://github.com/svanoort/pyresttest/issues/153#issuecomment-192989062

The idea is that command line options could come from config file. Not sure exactly how this would work out: probably a YAML input file with a list or dictionary of options. Options explicitly given at the command line would override options in config file, otherwise config file is used.

This probably will tie into the dynamic config element options in 1.8 and 1.9 releases, so it needs to be a 2.0 feature for now.