File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 121
121
* Fix #9 ("Can't be installed at the same time than pytest?") (PR
122
122
#14 ). Thanks @msabramo !
123
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 (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 !
126
128
* 0.0.3: Add a couple test fixtures to make testing old class-based test suites
127
129
easier
128
130
* 0.0.2: Fixed a couple bugs with the wsgiref server to bring behavior in line
You can’t perform that action at this time.
0 commit comments