chore(tests): always show slowest tests

This commit is contained in:
Matthew Farrellee 2025-09-13 06:40:01 -04:00
parent 3de9ad0a87
commit c83d649f27

View file

@ -354,6 +354,7 @@ warn_required_dynamic_aliases = true
classmethod-decorators = ["classmethod", "pydantic.field_validator"]
[tool.pytest.ini_options]
addopts = ["--durations=10"]
asyncio_mode = "auto"
markers = [
"allow_network: Allow network access for specific unit tests",