Skip to content

Commit 9660aaa

Browse files
committed
Merge pull request #21 from kevin1024/prep_for_0.0.4
README.md: Add a bit more info about PR #8
2 parents bfe946d + 3a3a131 commit 9660aaa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,10 @@ tox
121121
* Fix #9 ("Can't be installed at the same time than pytest?") (PR
122122
#14). Thanks @msabramo!
123123
* 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 (PR #8). Thanks @t-8ch!
124+
no need to specify the bundle on every request, as it will
125+
automatically set `REQUESTS_CA_BUNDLE` if using
126+
[requests](http://docs.python-requests.org/). And you don't have to
127+
care about where it is located (PR #8). Thanks @t-8ch!
126128
* 0.0.3: Add a couple test fixtures to make testing old class-based test suites
127129
easier
128130
* 0.0.2: Fixed a couple bugs with the wsgiref server to bring behavior in line

0 commit comments

Comments
 (0)