/fuzzy-swagger

API fuzz testing generator using swagger document.

Primary LanguagePythonMIT LicenseMIT

fuzzy-swagger

PyPI PyPI - Python Version PyPI - License Coookiecutter - Wolt


Documentation: https://namuan.github.io/fuzzy-swagger

Source Code: https://github.com/namuan/fuzzy-swagger

PyPI: https://pypi.org/project/fuzzy-swagger/


API fuzz testing generator using swagger document.

Installation

pip install fuzzy-swagger

Example Usage

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

Development

  • Clone this repository
  • Requirements:
  • Create a virtual environment and install the dependencies
poetry install
  • Activate the virtual environment
poetry shell

Testing

pytest