hhvm / hacktest

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

Add `--filter-classes`, `--filter-methods`, and `--filter-groups` #81

Closed fredemmott closed 5 years ago

fredemmott commented 5 years ago

This replaces #54

fredemmott commented 5 years ago

Bumped minimum version to 4.6 as 4.0-4.5 are no longer supported, and this change uses newer language features (e.g. await-as-an-expression in tests)

fredemmott commented 5 years ago

Merging to unblock docs.hhvm.com autodeployment