Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML spec docs about matching errors #89370

Commits on Aug 16, 2022

  1. Add YAML spec docs about matching errors

    It's not obvious that a YAML test with a `catch` stanza also permits
    `match` blocks to assert things about the structure of the error
    response, but this structure may be an important part of the API spec.
    This commit adds this info to the docs about YAML tests.
    DaveCTurner committed Aug 16, 2022
    Copy the full SHA
    5cf81c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Copy the full SHA
    82eb4e4 View commit details
    Browse the repository at this point in the history
  2. Assertions are optional

    DaveCTurner committed Aug 18, 2022
    Copy the full SHA
    ae64ef1 View commit details
    Browse the repository at this point in the history