I'm not sure if this is the best place to post this feature request, but based on a recent discussion in Sablier V2 Core (ref sablier-labs/evm-monorepo#647), we decided to start using the following test function name:
test_RevertGiven_Something
So I would like the naming convention regex to be expanded to allow for both RevertGiven and RevertWhen. WDYT? I think that the regex is already flexible insofar as it supports RevertIf.
The goal is to mirror the Given keyword in Solidity (we started using Given in the branching trees).