haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Introduce Expect.wantError #387

Closed yreynhout closed 4 years ago

yreynhout commented 4 years ago

Acts like Expect.wantOk but for the Error case.

haf commented 4 years ago

@yreynhout Great, thank you!

Could you please, also;

  1. Update the readme with this new API,
  2. Update the release notes with this change (next patch version)
yreynhout commented 4 years ago

@haf done (I think).

haf commented 4 years ago

Well done. Thank you.