You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expecty macro libary has been historically maintained by @Baccata, me, and Eugene Yokota, the current maintainer of the fork.
The code from it has been inlined and improved in the Verify testing framework maintained by Eugene.
Inlining the dependency makes release cycles obviously easier.
I believe it's time we design the assertion macros from scratch, as part of this repo, not separate dependency, and address multiple issues related to how Expecty renders assertion failures. See screenshot for an example of an unusable output.
Once we inline the dependency, this issue can be broken down into actionable, smaller issues.
The text was updated successfully, but these errors were encountered:
As part of #64 , expecty was replaced with a clue macro that resembles MUnit's clue. It uses a Show typeclass instance to render values.
It doesn't remove rendering issues -clue(intitialized) would still render a long output - but it moves the problem towards providing a better Show instance.
Expecty macro libary has been historically maintained by @Baccata, me, and Eugene Yokota, the current maintainer of the fork.
The code from it has been inlined and improved in the Verify testing framework maintained by Eugene.
Inlining the dependency makes release cycles obviously easier.
I believe it's time we design the assertion macros from scratch, as part of this repo, not separate dependency, and address multiple issues related to how Expecty renders assertion failures. See screenshot for an example of an unusable output.
Once we inline the dependency, this issue can be broken down into actionable, smaller issues.
The text was updated successfully, but these errors were encountered: