stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
23.55k stars 1.6k forks source link

test: add tests for unset call matching #1621 #1622

Open techfg opened 4 months ago

techfg commented 4 months ago

NOTE: The build for this PR is expected to fail as the PR currently only adds tests to reproduce the issues in #1621

Summary

Add tests to reproduce issues in #1621

Changes

Adds 5 tests to reproduce issue

Motivation

See #1621

Related issues

1621