hhvm / hacktest

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

Parallization (DontAwaitInALoopLinter) #6

Open fredemmott opened 6 years ago

fredemmott commented 6 years ago

We probably want to run tests within a file sequentially (cc @BobertForever ?) - but we can probably run multiple files simultaneously.

These are picked up by the DontAwaitInALoop linter - adding HHAST_IGNORE_ERROR[DontAwaitInALoop] in the places this matters

fredemmott commented 6 years ago

Major options:

This is an extension beyond the basic requirements.

fredemmott commented 6 years ago

XBox is usable in CLI mode

11223344668 commented 1 month ago

ff id hack