UnkindPartition / tasty

Modern and extensible testing framework for Haskell
640 stars 109 forks source link

Show full stacktrace in assertion failures #351

Open smatting opened 2 years ago

smatting commented 2 years ago

Implements this proposal: https://github.com/UnkindPartition/tasty/issues/350

Bodigrim commented 2 years ago

What’s the behavior of hunit proper? Does it show full stack traces?

smatting commented 2 years ago

I don't think so. I was looking at this.

Bodigrim commented 1 year ago

There've been a discussion to switch back to vanilla HUnit, in which case we probably do not want to deviate from it even further.

martijnbastiaan commented 1 year ago

I see. @smatting Would you mind opening a PR against hunit to do the same?

MangoIV commented 9 months ago

Do I understand correctly, that to make this progress, we would first have to implement this proposal on the HUnit side of things?

Bodigrim commented 9 months ago

@MangoIV not necessarily, it is blocked on #388 in the first place.

MangoIV commented 9 months ago

aha, makes sense, do you perhaps happen to have insight on the decision process there?

Bodigrim commented 9 months ago

So far no one volunteered "to own tasty-hunit and make decisions about its future", this would be the first step to make any progress on #388.