Maria

Results 9 comments of Maria

Hi guys, this feature will be very helpful, can somebody look at it? It's a year soon since open date.

when you removing ```- validators:``` the test passes? Because it says ```ERROR:Validator/Error details:Traceback (most recent call last):``` When you using other validator, does it work? Also ```ERROR:Test Failure, failure type:...

Don't really follow, sorry. Do you want it as ```- body: '{"carrierSubscriberNetworkId": "generated1", "countryCode": generated2, "hardwareId": "generated3"}``` In this case you can use: ``` - body: { template: '{ "carrierSubscriberNetworkId":...

Hi, is there anyone, who can look at this? I have just started with pyresttest and this improvement will save a lot of time. Thank you.

@pldimarco saw same behaviour: error when I just try to use 'jmespath' out of the box and error is gone once I've install 'jmespath' with easy_install.

I have it like this: - variable_binds: { **'cache'**: 'Cache-Control', 'cachevalue': 'no-cache', 'content_type': 'Content-Type', 'content_type_value': 'application/json', } - headers: {template: {'$content_type': '$content_type_value', '$cache': '$cachevalue'}} don't know is it matters or...

you can hard code it, like: pyresttest https://urlvaluefromterminal.com web/web_run_all.yaml test1: - url: {'template': "/security/api/token"}

is there any example for Circle 2.0?