Henrik Feldt
Henrik Feldt
I was thinking we could parametise the IRunner to take a chunk to evaluate and a callback to call with the evaluated chunk. That way we don't have to tie...
@kurtschelfthout @mausch What's your opinion?
Now that https://github.com/fscheck/FsCheck/pull/351#issuecomment-327929291 has been merged we should use it in Expecto. @kurtschelfthout I wasn't able to find any docs to link to? How is this feature used?
It's not something currently supported; it would entail refactoring to more structured messaging and value passing. If you want to have a go at it, it could be rolled into...
Opening again, we want to do this.
The messages are formatted in the Expect.{method} and printed as-is to the logger, so you'll have to refactor all asserts that pretty-print. See the commits of https://github.com/haf/expecto/pull/346
@daniellittledev We've just merged a PR which might be easier to base your own work on, should you wish to pick this up.
https://github.com/haf/expecto/blob/57489567c10849f1d4db05312864f4be01fdb503/Expecto/Expecto.fs#L1798 is bugged Since it's mutated on running the tests, it causes things printed before the tests to have no colour
The ANSI Console Writer can't be used in more than a single place in a process, because it has side-effects... The refactoring done 1bb391c is good, but only a small...
@AnthonyLloyd You mean with a progress bar?