svanoort / pyresttest

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

Fail Faster #238

Closed uknth closed 6 years ago

uknth commented 7 years ago

Is there a mechanism by which I can fail faster, i.e don't execute rest of the test cases if there is even one test case failure in the file.

wirsingj commented 7 years ago

Tests can set the "stop_on_failure " flag to true to skip the rest of that testset/yaml file