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

default printer log with list name #236

Closed jackfoxy closed 6 years ago

jackfoxy commented 6 years ago

https://github.com/haf/expecto/issues/142

Prints nearest common ancestor list name in default printer summary log If only 1 test, prints name or list name If no common ancestor for summary, prints "miscellaneous"

haf commented 6 years ago

👍 Looking good

jackfoxy commented 6 years ago

I think this is what you had in mind. Good requirement. The code looks much cleaner.

haf commented 6 years ago

Nice! LGTM from me from a code-review perspective. Over to @AnthonyLloyd for the merge :)

AnthonyLloyd commented 6 years ago

Perfect thanks!