pyresttest icon indicating copy to clipboard operation
pyresttest copied to clipboard

Python Rest Testing

Results 102 pyresttest issues
Sort by recently updated
recently updated
newest added

Hi, I am new to pyrest world. Here is my test scenario: I have two systems. 1) System 1 is stand-alone utility which exposes api to generate data. It also...

Added an option to disable persistent connections in order to avoid issues with Django

@svanoort Hi There, I faced with weird behaviour when I tried co compare two values. The testset: ```yaml - config: - testset: "User related default tests" - generators: - "id":...

Hi there - I am using pyresttest to hit a bunch of urls and collecting the response time metrics which is working great. In case of failed or slow response...

howdy, I've been combing the docs and code, is there a way to use environment variables for basic auth creds? I have something like this. Am I missing something? ```...

How do we retry a test on failure and with a delay for every retry , is this supported on yaml syntax of pyresttest ?. I tried looking for some...

...say if you want to run a group of tests as opposed to all tests defined in yaml file

Trying to use pyresttest for an https webservice which is authenticated with a client cert (cur --cert) .pem file . As per the documentation i have tried using curl_option_SSLCERT: 'cert.pem'...