hhvm / hacktest

A unit testing framework for Hack
MIT License
29 stars 13 forks source link

Provide more detailed output #38

Closed fredemmott closed 6 years ago

fredemmott commented 6 years ago

For example:

Failed asserting that two strings are identical.

It would be useful if this provided the actual and expected string.

fredemmott commented 6 years ago

HHAST now has diff creation code. I'm going to split that out to a separate library, and use it for this. Probably an fbexpect diff instead of one here.