Trax-air/swagger-tester

Can I use swagger-tester for cherrypy framework?

pradeepYogesh opened this issue · 1 comments

This is Beacuse I require Connexion to use swagger-tester. I intend to use swagger-tester for REST api already designed using cherrypy framework

Yes you can use it for any swagger api: swagger_test(app_url='http://petstore.swagger.io/v2', authorize_error=authorize_error), you just need to start your web app before.