lumapps / lumRest

Appengine endpoint tester
Other
4 stars 1 forks source link

Add possibility to continue if a test case fails #8

Closed despatates closed 9 years ago

despatates commented 9 years ago

Is it possible to add an option to continue tests if one test case fails in a yaml file ? With errors displayed at the end.

volnt commented 9 years ago

It doesn't stop on first fail by default, you have to use the -X parameter.

See : https://github.com/lumapps/lumRest/blob/master/lumrest.py#L16

despatates commented 9 years ago

:+1: