TestRunner hides syntax errors with broad rescue #750
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TestRunner has an overly broad rescue when building the test suites which hides some obvious syntax errors. For example add_tests('ExampleTest') is silently rescued but not added to the test suites leading to confusion (The real API call is add_test('ExampleTest')).
The text was updated successfully, but these errors were encountered: