Closed maartene closed 4 months ago
Your point makes sense. This tool assumes that test methods are named in camelCase; you may want to consider addressing snakecase as well. For now, it makes sense to apply a special conversion to naming with `test` prefix.
I'll support this.
I was just thinking the same thing, thank you.
This feature was available since 0.3.0🎉
Hi,
I tend to use
test_<very wordy test name>
to prefix XCTest tests. Running the tool leads to all my test now being called:@Test _<testname>
Would be nice if there was an option to get rid of that first underscore while running the tool. Or perhaps pass in a prefix to remove?
Note: this is a minor issue. Manually getting rid of the underscores isn't a lot of work.
KR Maarten