Skip to main content

Automatically test your swagger API

Project description

Travis status

swagger-tester

Swagger-tester will test automatically your swagger API. Currently only swagger API made with connexion are supported.

Example Usage

from swagger_tester import swagger_test

 # Define the error you authorize in your API
 # By default, every status_code over other than 1xx, 2xx or 3xx
 # will be considered as an error.
 authorize_error = {
   'get': {
     '/pet/': ['400', '404']
   }
 }

 # Run the test
 # An AssertionError will be raise in case of error.
 swagger_test('path_to_your_swagger.yaml', authorize_error=authorize_error)

Documentation

More documentation is available at https://swagger-tester.readthedocs.org/en/latest/.

Setup

make install or pip install swagger-tester

License

swagger-tester is licensed under http://opensource.org/licenses/GPL-3.0.

History

0.1 (2016-1-29)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swagger_tester-0.1.tar.gz (28.4 kB view hashes)

Uploaded Source

Built Distribution

swagger_tester-0.1-py2.py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page