Hi.

Le jeu. 17 févr. 2022 à 21:33, Itamar C <itam...@gmail.com> a écrit :
>
> Hello,
>
> My suggestion: I'll work on the methods without renaming and after the
> migration is completed, if we decide to rename, it's not difficult to
> rename all test methods with a script and put in a new PR.
>
> A simple regexp like
> "^\\s*@Test\\s*\n\\s*(.+)\\s+test(\\w)(\\w+)\\s*\\(.*"
> changing to
> m.group(1) + " " + m.group(2).toLowerCase() + m.group(3) + "("
> would do the trick.
>
> Maybe it's time to create a ticket in Jira for this discussion to move
> there?

Which discussion (since this thread covered more than one subject)?
If you mean the "migration to Junit 5" task for [Codec], it's already
there.[1]
If you mean the method rename (to remove the "test" prefix), then
the "dev" ML is where to continue the discussion (and/or start a vote
if there is no clear agreement).

Regards,
Gilles

[1] https://issues.apache.org/jira/projects/CODEC/issues/CODEC-285

>>> [...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to