intuit / judo

Judo is an easy-to-use Command Line Interface (CLI) Integration Testing Framework, driven from a simple yaml file that also contains assertions.
Other
51 stars 21 forks source link

Fixes issue #25 - STDOUT/STDERR not being caught #26

Closed TennisGazelle closed 5 years ago

TennisGazelle commented 5 years ago
TennisGazelle commented 5 years ago

@TennisGazelle this seems a little weird. now that there are separate log methods for stdout vs stderr, they should probably be prefixed with "STDERR" and "STDOUT" respectively. Instead of having stdout prefixed with "OUTPUT" and stderr prefixed with "STDOUT" (which could be quite confusing when trying to figure out an issue by browsing logs)

i can fix that. can i get contributor permissions, even without mergeability rights? (i don't like dealing with forks)

worldjoe commented 5 years ago

@TennisGazelle also, add a unit test. Circle CI didn't complain on this PR, but a dependency PR broke due to dropped BRANCH coverage. https://github.com/intuit/judo/pull/24

TennisGazelle commented 5 years ago

@TennisGazelle also, add a unit test. Circle CI didn't complain on this PR, but a dependency PR broke due to dropped BRANCH coverage. #24

ok