matkapi / postpy2

Postman collection runner library for python
Other
35 stars 15 forks source link

feat(core): add request override support #12

Closed kiran94 closed 2 years ago

kiran94 commented 2 years ago

Changes

Examples

headers  = { "MyHeader": "Value" }
pp = PostPython('collections/tests.postman_collection.json', request_overrides={
    'headers': headers
})

Verification

kiran94 commented 2 years ago

@matkapi I don't have permission to request your review here so tagging you directly. Please review if you have some time :smile: