Closed ZeroEkkusu closed 3 weeks ago
Forge
No response
I want to filter out tests with Ffi in the name by default.
Ffi
Foundry Book lists the following config options, but they have no effect:
test_pattern
test_pattern_inverse
contract_pattern
contract_pattern_inverse
Example:
test_pattern_inverse = 'Ffi'
Meanwhile, --no-match-test=Ffi works.
--no-match-test=Ffi
thanks for reporting, will check.
book was updated with proper options, e.g. https://book.getfoundry.sh/reference/config/testing#no-match-test Please reopen if you see other inconsistencies, thanks!
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
No response
What command(s) is the bug in?
No response
Operating System
No response
Describe the bug
I want to filter out tests with
Ffi
in the name by default.Foundry Book lists the following config options, but they have no effect:
test_pattern
test_pattern_inverse
contract_pattern
contract_pattern_inverse
Example:
Meanwhile,
--no-match-test=Ffi
works.