chore: Update pytest configuration in pyproject.toml to enhance test output

- Added command-line options to pytest configuration for verbose output, short tracebacks, and duration reporting of the slowest tests.
This commit is contained in:
Anish Sarkar 2026-02-25 17:34:49 +05:30
parent 4ff712578d
commit d350f47ee7

View file

@ -171,6 +171,7 @@ testpaths = ["tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
python_functions = ["test_*"]
addopts = "-v --tb=short -x --durations=10"
[tool.setuptools.packages.find]
where = ["."]