Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ tox

## Changelog

* 0.0.4:
* Fix `BadStatusLine` error that occurs when sending multiple requests
in a single session (PR #16). Thanks @msabramo!
* Fix #9 ("Can't be installed at the same time than pytest?") (PR
#14). Thanks @msabramo!
* Add `httpbin_ca_bundle` pytest fixture. With this fixture there is
no need to specify the bundle on every request. And you don't have
to care about where it is located. Thanks @t-8ch!
* 0.0.3: Add a couple test fixtures to make testing old class-based test suites
easier
* 0.0.2: Fixed a couple bugs with the wsgiref server to bring behavior in line
Expand Down