Skip to main content

Generates and run API fuzz tests against endpoints defined in swagger document.

Project description

Maintainability

CircleCI

API fuzz testing generator using swagger document.

Motivation

Installation

$ pip install fuzzy-swagger

Example Usage

$ fuzzy-swagger --swagger http://localhost:8080/api-docs --server http://localhost:8080

Running locally

$ python local_main.py --swagger http://localhost:8080/api-docs --server http://localhost:8080

Verbose debugging

To turn on verbose output for debugging, set the --verbose argument.

Publishing Updates to PyPi

For the maintainer, increment the version number in fuzzy_swagger.py and run the following:

docker build -f ./Dockerfile.buildenv -t namuan/fuzzy-swagger:build .
docker run --rm -it --entrypoint python namuan/fuzzy-swagger:build setup.py publish

Enter the username and password for pypi.org repo when prompted

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

fuzzy-swagger-0.1.8.tar.gz (15.0 kB view hashes)

Uploaded Source

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