File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ reporting:
77
77
--httpdbg-no-clean do not clean the httpdbg directory
78
78
79
79
--httpdbg-allure save HTTP(S) traces into the allure report
80
- --httpdbg-no-headers save the HTTP headers
80
+ --httpdbg-no-headers do not save the HTTP headers
81
81
--httpdbg-no-binary do not save the HTTP payload if it's a binary content
82
82
--httpdbg-only-on-failure save the HTTP requests only if the test failed
83
83
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
from pytest_httpdbg .plugin import httpdbg_record_filename # noqa F401
3
3
4
- __version__ = "0.8.0 "
4
+ __version__ = "0.8.1 "
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def pytest_addoption(parser):
93
93
"--httpdbg-no-headers" ,
94
94
action = "store_true" ,
95
95
default = False ,
96
- help = "save the HTTP headers" ,
96
+ help = "do not save the HTTP headers" ,
97
97
)
98
98
99
99
reporting_group .addoption (
You can’t perform that action at this time.
0 commit comments