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

This allows people to use imports as adhoc setup/teardown options (albeit without the ability to ignore setup/teardown errors). - [ ] Create command-line option "--shared-context=True" that is parsed and passed...

enhancement

add 3 extentions: * file_choice_generator: choose a random line from a file * file_seq_generator: choose files by sequence * extracotr_cookie: extract cookie from HTTP header How to use: ```yaml -...

if i'm not misinterpreting the code [here](https://github.com/svanoort/pyresttest/blob/d6985d4a90468025ab4f7ad5d002ec009eef9897/pyresttest/resttest.py#L858) and [here](https://github.com/svanoort/pyresttest/blob/d6985d4a90468025ab4f7ad5d002ec009eef9897/pyresttest/resttest.py#L735), pyresttest returns the number of failed tests as exit code. this is not posix-compliant where each exit code has a distinct...

I didn't figure out the issue could someone please help me out - config: - testset: "Api tests" - variable_binds: {user_id: "ravitej", pass: "123456"} - test: #Project_Admin: User Login success...

Hello! I've managed to run it under Windows 10 & Server 2012 R2. Installation is straightforward: 1. Install Python 3.5 (PycURL is not available for 3.6 for Windows yet) 2....

Is there an easy way to input data to the yaml file and iterate the data for a get request and validate the response output? Eg Json output { "status":...

Hi, I am currently using your tool for automating our suite of rest APIs and I absolutely love it. I see a lot of effort spent in various metrics and...

I need to use base_url passing from the terminal in the middle of below test set URLs. $terminal: pyresttest company.com file_name.yaml in the place of $base_url i need to use...