Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 7eaa0bc

Browse files
committed
[ACTIONS] Dump pytest local var by default
1 parent 178f06d commit 7eaa0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# only the files with prefix `pytest_` would be recognized as pytest test scripts.
33
python_files = pytest_*.py
44

5-
addopts = --capture=tee-sys
5+
addopts = -vvvv --showlocals
66

77
# log related
88
log_cli = True

0 commit comments

Comments
 (0)