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
Fix test counting python to account for comma in strings
The python script would previously count the following example as 3
tests where it should have counted it as 2 tests -
`TEMPLATE_TEST_CASE("a,b", "[core]", class_at, class_bt)`
0 commit comments