onsi / gomega

Ginkgo's Preferred Matcher Library
http://onsi.github.io/gomega/
MIT License
2.16k stars 282 forks source link

add `MustPassRepeatedly(int)` to asyncAssertion #619

Closed lahabana closed 1 year ago

lahabana commented 1 year ago

Fix #618

Signed-off-by: Charly Molter charly.molter@konghq.com

onsi commented 1 year ago

hey @lahabana this looks great to me! would you be up for adding some documentation to docs/index.md? I think a new subsection under the Making Asynchronous Assertions section could work. Or you might be able to just add a paragraph or so to the Eventually section.

lahabana commented 1 year ago

@onsi done!

onsi commented 1 year ago

great, thanks!