climate_indices icon indicating copy to clipboard operation
climate_indices copied to clipboard

Add test patterns for deepsource to reduce false positives

Open monocongo opened this issue 2 years ago • 0 comments

Add the below to .deepsource.toml

test_patterns = [
  "tests/**",
  "test_*.py"
]

Described here: https://deepsource.io/docs/concepts/#test_patterns

monocongo avatar Apr 18 '22 19:04 monocongo