[TAP](http://testanything.org/) provides a nice standard output format. That looks like this ``` 1..n ok 1 Description # Directive # Diagnostic not ok 2 Description .... ok n Description ``` Should allow configuration of the output format via environment variables.