test: update test configs (#4603)

This commit is contained in:
Noorhteen Raja NJ 2021-12-23 06:31:26 +05:30 committed by GitHub
parent c524028a78
commit 71f2258c57
Failed to generate hash of commit
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ precision = 2
exclude_lines =
pragma: no cover
raise NotImplementedError
= __amalgam__
skip_covered = true
skip_empty = true
show_missing = true

View file

@ -122,3 +122,5 @@ ignore_missing_imports = True
cache_dir = .cache/pytest
markers =
news: check changelog unit is valid rst
testpaths =
tests