mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-10 16:22:38 +02:00
chore: Update pytest duration reporting in pyproject.toml and refine testing documentation
This commit is contained in:
parent
f52090391a
commit
2fef971fa9
2 changed files with 3 additions and 7 deletions
|
|
@ -171,7 +171,7 @@ testpaths = ["tests"]
|
|||
python_files = ["test_*.py"]
|
||||
python_classes = ["Test*"]
|
||||
python_functions = ["test_*"]
|
||||
addopts = "-v --tb=short -x --strict-markers -ra --durations=10"
|
||||
addopts = "-v --tb=short -x --strict-markers -ra --durations=5"
|
||||
markers = [
|
||||
"document: document upload and processing tests",
|
||||
"connector: connector indexing tests",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue