Skip to content

Commit

Permalink
Merge pull request #21 from kevin1024/prep_for_0.0.4
Browse files Browse the repository at this point in the history
README.md: Add a bit more info about PR #8
  • Loading branch information
msabramo committed Dec 3, 2014
2 parents bfe946d + 3a3a131 commit 9660aaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ tox
* 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!
no need to specify the bundle on every request, as it will
automatically set `REQUESTS_CA_BUNDLE` if using
[requests](http://docs.python-requests.org/). And you don't have to
care about where it is located (PR #8). 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

0 comments on commit 9660aaa

Please sign in to comment.