Handle ASCII help output streams#1852
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1852 +/- ##
==========================================
- Coverage 97.28% 94.10% -3.19%
==========================================
Files 67 113 +46
Lines 4235 7712 +3477
==========================================
+ Hits 4120 7257 +3137
- Misses 115 455 +340 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f85211a to
7b8d933
Compare
|
Added coverage for the remaining ASCII help output branches in Local checks run: |
|
Follow-up for the red macOS matrix: the jobs were still targeting the retired |
|
Follow-up on the macOS dependency setup failure from the first replacement run: |
Fixes #1411.
Summary:
http --helpwith ASCII-only stdout.Tests:
python -m pytest tests/test_httpie.py::test_help tests/test_httpie.py::test_help_with_ascii_stdout -qpython -m pytest tests/test_httpie.py -qpython -m pytest tests/test_cli.py -qpython -m pytest tests/test_cli_utils.py -qpython -m flake8 httpie/cli/argparser.py tests/test_httpie.pygit diff --check