Chris Dent 063f00a7a6 Add query_parameters field
This adds a query_parameters field which can be used to add query
parameters to the url of the test in which it is used. It is a dict in
a form suitable for being passed to the urlencode() method.

This change is cumbersome because urlencoded in python2 and 3 have
different behaviors: In python2 a utf-8 encoded string is required.
In 3 it will figure out the right thing. So we here we just encode.

We also need to deal with the fact that a numeral in YAML will be
provided to Python as a numeric value and we need to stringify that in
a version independent fashion.
2015-08-06 10:41:40 +01:00
..
2015-07-20 13:57:05 +01:00
2015-06-08 08:39:21 -05:00
2015-08-06 10:41:40 +01:00
2015-06-08 08:39:21 -05:00
2015-06-08 08:39:21 -05:00
2015-07-14 20:56:10 +01:00