Skip to content

Show unmatched stubs in VerifyStubs error output #22

Description

@twelvelabs

The VerifyStubs methods in the api and run packages just list the number of unmatched stubs. It would be a better UX if they actually listed the match strings. Something like:

found 2 unmatched stub(s):
- MatchPost: /api/v1/users 
- MatchGet: /api/v1/users/123

// or...

found 2 unmatched stub(s):
- MatchString: /bin/echo foo
- MatchString: /bin/echo bar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions