svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

Standardized output #150

Closed nitrocode closed 8 years ago

nitrocode commented 8 years ago

My substep names were not being printed out even with the verbose flag set. Would you add an option to output the results of the test(s) to a standardized output like TAP (Test Anything Protocol) ?

This would make it much easier more reporting and incorporating into jenkins by use of their TAP plugin.

svanoort commented 8 years ago

@nitrocode https://github.com/svanoort/pyresttest/issues/43 - a version of this is already in the medium-term roadmap (via xUnit output). Please consult existing issues before opening a new one.

Thanks, Sam

nitrocode commented 8 years ago

@svanoort my mistake. Thanks for showing me a previously written enhancement