You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@test "ut get_port invalidmachine" {
# badtestmachine is not in the config
run --separate-stderr -- get_port "badtestmachine"
assert_failure
assert_output "ERROR: Machine 'badtestmachine' is not valid"
}
This passes without --separate-stderr
add an option or a command to test also for stderr.
This should apply also to the other assert_ functions.
The text was updated successfully, but these errors were encountered:
This passes without --separate-stderr
add an option or a command to test also for stderr.
This should apply also to the other assert_ functions.
The text was updated successfully, but these errors were encountered: