Skip to content

Commit 9b9b97f

Browse files
committed
reportopts: A: put "Pp" in front
1 parent 19035f4 commit 9b9b97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def getreportopt(config):
170170
if char == "a":
171171
reportopts = "sxXwEf"
172172
elif char == "A":
173-
reportopts = "sxXwEfpP"
173+
reportopts = "PpsxXwEf"
174174
break
175175
elif char not in reportopts:
176176
reportopts += char

0 commit comments

Comments
 (0)