git @ Cat's Eye Technologies Falderal / master tests / test-err-no-stderr.markdown
master

Tree @master (Download .tar.gz)

test-err-no-stderr.markdown @masterview rendered · raw · history · blame

Falderal Test: err-no-stderr
----------------------------

When running a failing test, if the implementation finished with a failing
exit code, but did not provide anything on `stderr`, expect the error message
to be on `stdout`.

    -> Functionality "Error on stdout" is implemented by shell command
    -> "python3 fail.py %(test-body-text) '' 1"

    -> Tests for functionality "Error on stdout"

    | this is the error message
    ? this is the error message