Skip to content

Commit

Permalink
Update test match configs (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy authored Oct 14, 2024
1 parent d61aebd commit c1fe66d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/static/config.default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,19 @@ rpc_endpoints = { optimism = "https://optimism.alchemyapi.io/v2/...", mainnet =
# Etherscan API key
#etherscan_api_key = None
# Only run test functions matching the specified regex pattern
#test_pattern = None
#match_test = None
# Only run test functions that do not match the specified regex pattern
#test_pattern_inverse = None
#no_match_test = None
# Only run tests in contracts matching the specified regex pattern
#contract_pattern = None
#match_contract = None
# Only run tests in contracts that do not match the specified regex pattern
#contract_pattern_inverse = None
#no_match_contract = None
# Only run tests in source files matching the specified glob pattern
#path_pattern = None
#match_path = None
# Only run tests in source files that do not match the specified glob pattern
#path_pattern_inverse = None
#no_match_path = None
# Only show coverage for files that do not match the specified regex pattern.
#no_match_coverage = None
# Number of threads to use. Not set or zero specifies the number of logical cores.
#threads = 0
# Whether to show test execution progress
Expand Down

0 comments on commit c1fe66d

Please sign in to comment.