Skip to content

Commit aefde80

Browse files
test: add --durations=10 to pytest config for test timing visibility
Co-authored-by: jacksonpradolima <7774063+jacksonpradolima@users.noreply.github.com>
1 parent 902e20d commit aefde80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ reportPrivateUsage = false
175175

176176
[tool.pytest.ini_options]
177177
testpaths = ["tests"]
178-
addopts = "--tb=short -v"
178+
addopts = "--tb=short -v --durations=10"
179179
xfail_strict = true
180180
filterwarnings = [
181181
"error"

0 commit comments

Comments
 (0)