2 Commits

Author SHA1 Message Date
Chris Dent
08cb8ac1bd Allowing forcing SSL in build_tests and gabbi-run
build_tests gains a require_ssl argument which, if set to True,
makes all the loaded test suites default to 'ssl: True'.

gabbi-run will interpret a target containing 'https' as meaning
that the tests in the provided yaml should default to 'ssl: True'.

Fixes: #50
Fixes: #105
Fixes: #138

The changes here are the naive basics to get the desired behavior.
There's an existing cleanup branch on which we can clean this up
later.
2016-06-02 09:15:57 +01:00
Chris Dent
b3b203093c Add an example.rst containing a commented YAML example
This will probably need some tuning up, but is a good starting
point.
2015-04-20 20:10:04 +01:00