Closed Inventitech closed 6 years ago
This should already be addressed in #292 where I normalized all test names
:+1: Did you do this manually? I don't understand why some function names still have "test" in them.
I did do this manually yes. It only checks for snake_case, not specifically for the existence or absence of the word "test"
Per Mattermost, @inventitech wants to remove the test suffixes in the method names. Have to look at how the regex can enforce that, else it is a manual effort.
Transfer all test names into new naming schema introduced by @TimvdLippe.