erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

@expect macro needs better error reporting #75

Closed erikedin closed 3 years ago

erikedin commented 3 years ago

Currently it does not show the actual values that failed the expectation.

erikedin commented 3 years ago

The improved macro shows the values in comparisons. It's not perfect, but a significant improvement.