hhvm / hacktest

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

support repo mode using AutoloadMap #86

Closed jjergus closed 5 years ago

jjergus commented 5 years ago

Alternative to https://github.com/hhvm/hacktest/pull/84.

This doesn't require running a codegen script, but it does introduce a dependency on hhvm/hhvm-autoload (i.e. wouldn't be able to locate tests in projects using a different autoloader).