Jakub Roztocil
|
c815e21ef9
|
Fix time elapsed (#1277)
* Show the actual time elapsed; add docs
* `requests.Response._headers_parsed_at` → `requests.Response._httpie_headers_parsed_at`
* Add `ELAPSED_TIME_LABEL` constant
* Tweak docs
* Tweak docs
* Allow multiple blank lines in Markdown files
* Add rudimentary tests for --meta with different --style’s
* Cleanup tests
* Cleanup tests
* Cleanup tests
|
2022-01-23 04:52:38 -08:00 |
|
Batuhan Taskaya
|
f3b500119c
|
Implement basic metrics layout & total elapsed time (#1250)
* Initial metadata processing
* Dynamic coloring and other stuff
* Use -vv / --meta
* More testing
* Cleanup
* Tweek message
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
|
2021-12-23 12:13:25 -08:00 |
|
Mickaël Schoentgen
|
8d35a12d27
|
Fix several issues found with flake8 (#1081)
|
2021-06-01 14:46:58 +02:00 |
|
Mickaël Schoentgen
|
264d45cdf5
|
Modernize the code base with f-strings in tests (#1069)
Simple concatenations were kept for readability purpose.
|
2021-05-26 14:09:38 +02:00 |
|
Mickaël Schoentgen
|
a3a08a9a22
|
Use relative imports (#1057)
* Use relative imports in test
* Use relative imports
* Add myself to contributors :)
|
2021-05-05 14:13:39 +02:00 |
|
Jakub Roztocil
|
0f1e098cc4
|
Fix incorrect separators and introduce assert_output_matches() (close #1027)
|
2021-01-30 22:14:57 +01:00 |
|