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

Print what test is hanging #390

Open haf opened 4 years ago

haf commented 4 years ago

Sometimes long-running tests just happen, and since all tests are parallel, it's hard to see (with --debug) which test is currently executing. Make it possible to see which test is holding up the suite by printing it after it's been going for more than 20 seconds.

Similarly, upon cancellation, with the --summary flag set, print the current test summary and then exit.