svanoort / pyresttest

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

Add JMESPath extractor feature #137

Closed svanoort closed 8 years ago

svanoort commented 8 years ago

@marklz I'm creating this to track merging in your stuff. There's going to be a whole bunch of merge conflicts of course because of all the changes for Python 3 compatibility, and I'll probably trim it down a little bit, but once I get it cleaned up, I'll merge if that's okay

Adds feature from https://github.com/svanoort/pyresttest/issues/78

marklz commented 8 years ago

@svanoort - any idea when you'll be able to get to releasing a new version with jmespath support? I obviously have a self interest - I'd like to use that version internally in our development...

svanoort commented 8 years ago

@marklz As soon as this is merged, you'll get the ability to install from source and use the feature (probably this coming weekend, since that's when I'm likely to have a chunk of time).

The overall 1.7 release timeframe is "some time in January" but if you'd like to track the overall release progress, that's visible here: https://github.com/svanoort/pyresttest/milestones/1.7.0%20-%20Python%203%20+%20Unicode%20Fixes%20+%20CI/Testing

svanoort commented 8 years ago

Replaced by https://github.com/svanoort/pyresttest/pull/156 with fixups