COMMITS
/ tests/test_uploads.py May 5, 2022
B
Automatic release update warnings. (#1336)
Batuhan Taskaya committed
April 14, 2022
B
Don't block users with the warning thread. (#1350)
Batuhan Taskaya committed
February 1, 2022
B
Mark stdin warning related tests with `requires_external_processes` (#1289)
Batuhan Taskaya committed
January 13, 2022
B
Make the stdin wait tests more reliable
Batuhan Taskaya committed
January 12, 2022
B
Add warnings when there is no incoming data from stdin (#1256)
Batuhan Taskaya committed
December 29, 2021
B
Fix --raw with --chunked (#1254)
Batuhan Taskaya committed
August 5, 2021
M
Uniformize UTF-8 naming (#1115)
Mickaël Schoentgen committed
May 29, 2021
M
Minor clean-up (#1078)
Mickaël Schoentgen committed
May 27, 2021
M
Skip http://pie.dev tests when offline (#1072)
Miro Hrončok committed
May 5, 2021
M
Use relative imports (#1057)
Mickaël Schoentgen committed
April 15, 2021
J
Fail gracefully if multiple request data files are supplied (#1042)
Jan Verbeek committed
September 28, 2020
J
Fix `--offline --multipart`, add more tests
Jakub Roztocil committed
J
Add support for streamed uploads, --chunked, finish --multipart, etc.
Jakub Roztocil committed
September 25, 2020
J
Request content type
Jakub Roztocil committed
August 19, 2020
J
Add `--multipart` and `--boundary`
Jakub Roztocil committed
August 15, 2020
J
Add support for multipart upload streaming
Jakub Roztocil committed
June 8, 2020
C
Custom file upload MIME type (#927)
Carlo Sciolla committed
January 23, 2020
J
Fixed `--form` file upload mixed with redirected `stdin` error handling.
Jakub Roztocil 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
December 28, 2017
J
Rename `TestEnvironment` to `MockEnvironment` to avoid pytest warnings
Jakub Roztocil committed
February 28, 2016
J
Detect Content Type of file uploaded in multipart/form-data request
Jakub Roztocil committed
October 22, 2015
L
PEP8 errors
Luis San Martin committed
October 20, 2014
J
Fixed multiple uploads with the same field name
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
More unicode tests.
Jakub Roztocil committed
J
Implemented more robust unicode handling.
Jakub Roztocil committed
April 25, 2014
J
Removed last dependencies on unittest. All tests are pytest-only.
Jakub Roztocil committed
April 24, 2014
J
Finished pytest migration.
Jakub Roztocil committed
J
Moved fixture constants to tests.fixtures.
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