Skip to content

Commit c1fe66d

Browse files
authored
Update test match configs (#1333)
1 parent d61aebd commit c1fe66d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/static/config.default.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,19 @@ rpc_endpoints = { optimism = "https://optimism.alchemyapi.io/v2/...", mainnet =
115115
# Etherscan API key
116116
#etherscan_api_key = None
117117
# Only run test functions matching the specified regex pattern
118-
#test_pattern = None
118+
#match_test = None
119119
# Only run test functions that do not match the specified regex pattern
120-
#test_pattern_inverse = None
120+
#no_match_test = None
121121
# Only run tests in contracts matching the specified regex pattern
122-
#contract_pattern = None
122+
#match_contract = None
123123
# Only run tests in contracts that do not match the specified regex pattern
124-
#contract_pattern_inverse = None
124+
#no_match_contract = None
125125
# Only run tests in source files matching the specified glob pattern
126-
#path_pattern = None
126+
#match_path = None
127127
# Only run tests in source files that do not match the specified glob pattern
128-
#path_pattern_inverse = None
128+
#no_match_path = None
129+
# Only show coverage for files that do not match the specified regex pattern.
130+
#no_match_coverage = None
129131
# Number of threads to use. Not set or zero specifies the number of logical cores.
130132
#threads = 0
131133
# Whether to show test execution progress

0 commit comments

Comments
 (0)