COMMITS
/ tests/test_auth.py August 6, 2023
J
Rename repo from `httpie/httpie` to `httpie/cli`
Jakub Roztocil committed
December 1, 2021
B
Implement Bearer Auth (#1216)
Batuhan Taskaya committed
October 6, 2021
M
Fix encoding error with non-prettified encoded responses (#1168)
Mickaël Schoentgen committed
May 5, 2021
M
Use relative imports (#1057)
Mickaël Schoentgen committed
April 30, 2021
M
Replace usage of mock with unittest.mock (#1054)
Mickaël Schoentgen committed
December 23, 2020
J
Update URLs
Jakub Roztocil committed
June 16, 2020
J
Added netrc support for auth plugins.
Jakub Roztocil committed
June 9, 2020
N
Added a test that verifies .netrc is honored when only --auth-type is passed
Nicolas Beltran committed
September 3, 2019
J
Add one-by-one processing of each HTTP request or response and --offline
Jakub Roztocil committed
August 31, 2019
J
Refactoring
Jakub Roztocil committed
J
Test that `--ignore-netrc` doesn't interfere with `--auth`
Jakub Roztocil committed
J
Allow bypassing .netrc with `--ignore-netrc` (close #730)
Jakub Roztocil committed
December 28, 2017
J
Rename `TestEnvironment` to `MockEnvironment` to avoid pytest warnings
Jakub Roztocil committed
March 10, 2017
J
Update links
Jakub Roztocil committed
November 23, 2016
J
Add more plugin API tests
Jakub Roztocil committed
J
Extend auth plugin API
Jakub Roztocil committed
March 6, 2016
J
Run tests against both HTTP and HTTPS
Jakub Roztocil committed
March 3, 2016
J
Cleanup tests
Jakub Roztocil committed
January 23, 2016
M
Small fix for Python 2.6 compatibility.
Michael Floering committed
M
Merge remote-tracking branch 'upstream/master'
Michael Floering committed
M
add `-A` as short arg for `--auth-type`
Michael Floering committed
October 22, 2015
L
PEP8 errors
Luis San Martin committed
July 3, 2015
J
Updated links II.
Jakub Roztocil committed
July 18, 2014
J
Handle empty passwords in URL credentials
Jakub Roztocil committed
June 28, 2014
J
Run tests against local httpbin instance via pytest-httpbin.
Jakub Roztocil committed
April 28, 2014
J
Avoid “__init__.py” files in test directories.
Jakub Roztocil committed
April 26, 2014
J
Implemented more robust unicode handling.
Jakub Roztocil committed
April 25, 2014
J
Improved auth tests.
Jakub Roztocil committed
J
Test improvements.
Jakub Roztocil committed
J
Removed last dependencies on unittest. All tests are pytest-only.
Jakub Roztocil committed
April 24, 2014
J
Switched to @pytest.mark.skipif.
Jakub Roztocil committed
J
Converted all unittest asserts to plain, pytest-powered asserts.
Jakub Roztocil committed
J
Refactored tests into smaller modules.
Jakub Roztocil committed