apievaluator

Validate an API specification and run tests


Keywords
rest, api, testing, automated
License
MIT
Install
pip install apievaluator==0.0.5

Documentation

REST API specification and implementation testing

Library and CLI tool for automated REST API testing.

For the test file format, see the example tests

Installation

Requires python>=3.6

pip install apievaluator

For argument descriptions, see apieval --help

Local development

pip instal pipenv
pipenv update
pipenv shell

apieval -s path/to/spec -u https://url.to/api -t path/to/tests.yaml