add pytest config
This commit is contained in:
parent
5e0eef7c59
commit
42a7df3055
1 changed files with 4 additions and 0 deletions
|
|
@ -89,3 +89,7 @@ lint.ignore = [
|
|||
"TRY003", # Long exception message
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-rsXx"
|
||||
testpaths = ["masque"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue