Code review comment for lp:~coreygoldberg/autopilot/texttest-run

Revision history for this message
Corey Goldberg (coreygoldberg) wrote :

Four output formats will be:
* status (new format)
* xml
* subunit
* text
Every format can be sent to stdout or a file.
-v / -vv flag ONLY controls the verbosity of the python log.
make subclass of TextTestResult to print to stream

« Back to merge proposal