googleapis / sample-tester

Tool for testing semantically equivalent samples in multiple languages and environments
Apache License 2.0
10 stars 12 forks source link

Feature Request: do not require assert_failure or assert_success to provide msg #142

Open beccasaurus opened 5 years ago

beccasaurus commented 5 years ago

If a message isn't provided, we have the full command that was run (already will be printed if -v detailed)

So it can simply fail with a generic message like "Expected command to exit successfully but exited with status 123"