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
Is there an option to get an error when no tests ran? I thought that -w NoAssertions would do this but it doesn't.
I use the new catch_discover_tests script and it doesn't seem to handle spaces in test names correctly so it runs the test executable with invalid names but the tests pass as no tests ran.
Steps to reproduce
Test -w NoAssertions INVALID_TEST_NAME
Extra information
Catch version: v2.0.1
Operating System: Windows 10
Compiler+version: VS 2017 15.6
The text was updated successfully, but these errors were encountered:
dvirtz
added a commit
to dvirtz/Catch
that referenced
this issue
Feb 8, 2018
Description
Is there an option to get an error when no tests ran? I thought that -w NoAssertions would do this but it doesn't.
I use the new catch_discover_tests script and it doesn't seem to handle spaces in test names correctly so it runs the test executable with invalid names but the tests pass as no tests ran.
Steps to reproduce
Test -w NoAssertions INVALID_TEST_NAME
Extra information
The text was updated successfully, but these errors were encountered: