Fix errors with multiple requests in one session; Add httpbin_ca_bundle fixture
- 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 (PR #8). Thanks @t-8ch!
- Fix