[tests] add some slow tests

This commit is contained in:
Forgejo Actions 2026-04-21 19:40:49 -07:00
commit 010da1ccf5
7 changed files with 162 additions and 8 deletions

View file

@ -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"]