haf / expecto

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

Bug: expecto exists without waiting for console on error #248

Closed haf closed 6 years ago

haf commented 6 years ago

When using logger.{info,debug,...}, the facade doesn't wait. If you want it to wait, use infoWithBP or the like.

/cc @AnthonyLloyd

AnthonyLloyd commented 6 years ago

I'll review the use of the logger. Thanks

AnthonyLloyd commented 6 years ago

resolved with #258