hhvm / hacktest

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

Provide location of assertion in backtrace #37

Closed fredemmott closed 6 years ago

fredemmott commented 6 years ago
1) Facebook\HHAST\MustUseOverrideAttributeLinterTest::testAutofix with data set #1 'overrides_grandparent'
Failed asserting that two strings are identical.

/Users/fredemmott/code/hhast/vendor/hhvm/hacktest/src/Framework/HackTestCase.php(78): Facebook\HHAST\MustUseOverrideAttributeLinterTest->testAutofix()

This should be reporting the hhast filename and line number, not the hacktest line

fredemmott commented 6 years ago

48 is a dupe of this, but more specific