chitamoor / Rester

Testing RESTful APIs
MIT License
85 stars 34 forks source link

Test Rester with http://httpbin.org/ #18

Closed asmodehn closed 8 years ago

asmodehn commented 8 years ago

It would be useful for developing and debugging Rester fit here were some unit tests ( nose or py.test or other ) that we could use to check Rester behavior in details. http://httpbin.org seems to be a good REST API candidate for that purpose.

chitamoor commented 8 years ago

Merged your pull request. Thanks for the initial structure!