cli/command
Mislav Marohnić 48aeff1ca7 Assert stdout separarely from stderr in command tests
This stubs stderr separately from stdout in command tests (before those
streams were combined) and improves test assertions around output.

Additionally, no longer use the `cmd.Print*()` family of Cobra functions
because their name sounds like the text will go to stdout, but they
write to stderr instead. Use the more explicit `cmd.ErrOrStderr()` as
output destination instead.
2019-12-16 15:46:42 +01:00
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
issue.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
issue_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_checkout_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_create_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
pr_test.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00
root.go better name? 2019-12-06 13:33:23 -08:00
testing.go Merge remote-tracking branch 'origin/master' into issue-update 2019-11-18 11:09:00 -08:00
title_body_survey.go Assert stdout separarely from stderr in command tests 2019-12-16 15:46:42 +01:00