[tests] add some slow tests
This commit is contained in:
parent
1a2c6ab524
commit
010da1ccf5
7 changed files with 162 additions and 8 deletions
|
|
@ -121,6 +121,9 @@ ignore_missing_imports = true
|
|||
[tool.pytest.ini_options]
|
||||
addopts = "-rsXx"
|
||||
testpaths = ["meanas"]
|
||||
markers = [
|
||||
"complete: slower integration and smoke tests intended for full pre-commit confidence runs",
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["meanas"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue