Behave Restful Versions Save

BDD Framework to Test REST Services and APIs

v0.4.4

1 year ago

What's Changed

Full Changelog: https://github.com/behave-restful/behave-restful/compare/v0.4.3...v0.4.4

v0.4.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/behave-restful/behave-restful/compare/v0.4.2...v0.4.3

v0.4.2

2 years ago

What's Changed

Full Changelog: https://github.com/behave-restful/behave-restful/compare/v0.4.1...v0.4.2

v0.4.1

3 years ago

Adds support for request headers.

v0.4.0

3 years ago

Ported code to use importlib instead of imp to load definition modules.

v0.3.1

4 years ago

Enables source distributions requested in PR #60

v0.3.0

4 years ago

This release adds support to validate responses using schemas defined in an OpenAPI document. The document can use both JSON and YAML syntax, and support for JsonRef is also provided.

v0.2.0

4 years ago

This release improves the supported functionality validating responses using JsonPath by integrating the jsonpath library to perform the validation. This library supports more functionality from the specification than the previous library used.

v0.1.12

4 years ago

Adds the necessary support to send PATCH requests to an endpoint.

v0.1.11

4 years ago

This version releases the br-init console app that allows creating a new behave restful project.