aws-ia / taskcat

Test all the CloudFormation things! (with TaskCat)
https://aws-ia.github.io/taskcat/
Apache License 2.0
1.17k stars 213 forks source link

Show message on terminal before exiting -- Add a message about missing test #789

Closed jramacha closed 1 year ago

jramacha commented 1 year ago

Overview

This is related to the issue mentioned here when you run taskcat without a valid test it simply exists

Added a warning message about missing tests

Testing/Steps taken to ensure quality

Ran test locally and verified the changes

taskcat -d --profile ... test run -t foo,bar,baz
 _            _             _   
| |_ __ _ ___| | _____ __ _| |_ 
| __/ _` / __| |/ / __/ _` | __|
| || (_| \__ \   < (_| (_| | |_ 
 \__\__,_|___/_|\_\___\__,_|\__|

version 0.9.36
[WARN   ] : No valid test found.

Edit by @andrew-glenn: Closes #743