Skip to content

Commit 1abe8a3

Browse files
mattfiamemilio
authored andcommitted
chore(tests): always show slowest tests (llamastack#3431)
# What does this PR do? help developers identify slow tests by always passing --duration to pytest ## Test Plan n/a
1 parent c1378df commit 1abe8a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ warn_required_dynamic_aliases = true
354354
classmethod-decorators = ["classmethod", "pydantic.field_validator"]
355355

356356
[tool.pytest.ini_options]
357+
addopts = ["--durations=10"]
357358
asyncio_mode = "auto"
358359
markers = [
359360
"allow_network: Allow network access for specific unit tests",

0 commit comments

Comments
 (0)