hhvm / hacktest

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

Assume tests/ when no SOURCE_PATH is specified #110

Closed lexidor closed 2 years ago

lexidor commented 2 years ago

If tests/ does not exist, print the old output from CLILib. The HackTest output would be confusing, namely: Uncaught exception 'Facebook\HackTest\InvalidTestFileException' with message 'File or directory (tests) not found' It would be unclear where the name tests came from.

Fixes #58