mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
test: update test configs (#4603)
This commit is contained in:
parent
c524028a78
commit
71f2258c57
2 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ precision = 2
|
|||
exclude_lines =
|
||||
pragma: no cover
|
||||
raise NotImplementedError
|
||||
= __amalgam__
|
||||
skip_covered = true
|
||||
skip_empty = true
|
||||
show_missing = true
|
||||
|
|
|
@ -122,3 +122,5 @@ ignore_missing_imports = True
|
|||
cache_dir = .cache/pytest
|
||||
markers =
|
||||
news: check changelog unit is valid rst
|
||||
testpaths =
|
||||
tests
|
||||
|
|
Loading…
Add table
Reference in a new issue