-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Helper subs to test requests and responses.
$t->validate_request,$t->validate_responseto use$t->tx->req,$t->tx->res(need to stash the path information just like the plugin does). Or maybe$t->request_valid,$t->response_validare better..- possibly allow using the openapi document to test requests and responses without actually mounting it in the app.
- support extra options to allow specifying whether we expect validation to fail, and if so what error(s) we might be expecting... via
$t->request_invalid,$t->response_invalid.
Metadata
Metadata
Assignees
Labels
No labels