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
This issue suggests allowing spaces in the test function names, making the test functions clear by having the same name as the test name. This change may revert #48 since the test_ prefix may not be appropriate with names that contain spaces, but it should be fine since the test functions already look clear by using names with spaces, unlike common CMake functions which normally do not contain any spaces.
The text was updated successfully, but these errors were encountered:
This issue suggests allowing spaces in the test function names, making the test functions clear by having the same name as the test name. This change may revert #48 since the
test_
prefix may not be appropriate with names that contain spaces, but it should be fine since the test functions already look clear by using names with spaces, unlike common CMake functions which normally do not contain any spaces.The text was updated successfully, but these errors were encountered: