We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85ff849 + 79eb57a commit 7e76480Copy full SHA for 7e76480
README.md
@@ -115,6 +115,14 @@ tox
115
116
## Changelog
117
118
+* 0.0.4:
119
+ * Fix `BadStatusLine` error that occurs when sending multiple requests
120
+ in a single session (PR #16). Thanks @msabramo!
121
+ * Fix #9 ("Can't be installed at the same time than pytest?") (PR
122
+ #14). Thanks @msabramo!
123
+ * Add `httpbin_ca_bundle` pytest fixture. With this fixture there is
124
+ no need to specify the bundle on every request. And you don't have
125
+ to care about where it is located. Thanks @t-8ch!
126
* 0.0.3: Add a couple test fixtures to make testing old class-based test suites
127
easier
128
* 0.0.2: Fixed a couple bugs with the wsgiref server to bring behavior in line
0 commit comments