issues
search
chitamoor
/
Rester
Testing RESTful APIs
MIT License
85
stars
34
forks
source link
provides looping a TestStep until payload assert is true or maximum iteration is over
#24
Open
srivatsakanchi
opened
6 years ago
srivatsakanchi
commented
6 years ago
exc.py - changes to provide a 'loop' option for the TestStep. The loop iterates until payload assert is true or maximum iteration is over. This helps in conditions wherein, the response is not yet complete and requires multiple queries.
setup.py - add support to build for python 3