UnkindPartition / tasty

Modern and extensible testing framework for Haskell
637 stars 108 forks source link

Teach the HUnit Steps provider to log progress #387

Closed michaelpj closed 10 months ago

michaelpj commented 10 months ago

A cheap improvement to also show the steps as the tests are running. This does mean that we need to bump the tasty lower bound to 1.5.

Bodigrim commented 10 months ago

This does mean that we need to bump the tasty lower bound to 1.5.

Not necessarily: IINM the code as written compiles with earlier versions of tasty as well.

Otherwise looks good, please add a changelog entry (check tasty-quickcheck changelog for suggested format).

michaelpj commented 10 months ago

Oh, of course, the callback was there before it just didn't do anything.

michaelpj commented 10 months ago

Okay, updated.