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

after installing pyresttest using pip3, I can't run pyresttest command: ``` pyresttest: command not found ``` run the following returns nothing (no error): ``` python -c 'import pycurl' ```

When I get a response with chinese ,it's was gibberish: pyresttest http://172.19.211.172:8088 createNewOrder.yaml --print-bodies true --log debug DEBUG:Initial Test Result, based on expected response code: True DEBUG:no validators found {"code":500,"message":"订单有效日不能小于当天!","data":null}

Bumps [django](https://github.com/django/django) from 1.6.5 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

I need to get the raw body (that's an UUID) to use in subsequent tests. The problem is that the I'am getting b''

I got this error but target website have a valid certificate. ``` error: (60, 'SSL certificate problem: self signed certificate in certificate chain') ``` related to Issues #46. I solved...

This is to help running tests in more isolated environment, without need to allocate a TCP port, etc. Of course the server must support UNIX sockets. P. S. This mimics...

Hello there, I've been configuring some testings recently and had no major issues except for when i need to test a PATCH API. I read the issues related where it...

There was a missing `curl.close()` at the end of `run_test` method. This creates issue with FastAPI framework, see this gist: https://gist.github.com/Methacrylon/79b284bd6d357a1bfd1d942a9a8abfc2

I was struggling for a while to work out how i could pass variables from outside my yaml, in to pyresttest, almost concluding it could not be done as it...