hulu / roca

A command-line tool for running brightscript tests
Apache License 2.0
25 stars 19 forks source link

Add error message when no tests are found #101

Open lkipke opened 3 years ago

lkipke commented 3 years ago

Change summary

Currently, if you run roca and it doesn't find any test files, we exit with code 0 and pretend everything is fine. If you do the same thing with a framework like jest, though, it exits with code 1 and displays an error. We should let the user know when no tests are found.

Screen Shot 2021-05-06 at 9 05 45 AM