2019-09-02 09:34:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-mock: updated to 1.7.0
1.7.0
* Keep blank values query string values on request history
* Add release notes for requests version pin
* Keep blank values
* Pin requests version to <3
* Add known issue for cookies in Sessions
* logger added to adapter.py
|
2019-04-30 11:34:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-mock: updated to 1.6.0
1.6.0
* Fix PEP8 failure in test\_adapter
* Respect user provided content encoding type
* Update minimum requests version to 2.3
* Added support for purl
* Add testing for Python 3.7 & PyPy3
* Drop \_matcher from request pickled state
* Clarify the pytest configuration documentation
* Update mocker.rst
|
2018-07-24 12:09:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-mock: updated to 1.5.2
1.5.2:
Prelude
Fix py.test plugin with py.test < 3.0
Bug Fixes
Fixed a bug relating to how the pytest version was being discovered that meant \
new versions of pytest were being treated as old versions and would receive bad \
configuration.
The py.test plugin was broken when using py.test < 3.0. The version of \
py.test that ships in EPEL is only 2.7 so we need to make sure we support at \
least that version.
1.5.1:
New Features
The stream parameter is recorded when the request is sent and available in \
request history in the same was as parameters like verify or timeout.
|
2018-05-17 12:30:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-requests-mock: updated to 1.5.0
1.5.0
* Add release note describe repository migration
* Add pytest plugin
* Include release-notes in documentation
* Another attempt at circleci tags
* Only try and push to pypi on a tag
* Update all pypi.python.org URLs to pypi.org
* Add pypi upload configuration to circleci
* Move tests outside of package to top level directory
* Remove zuul.yaml as we're not using zuul anymore
* Add CircleCI badge to README
* Remove links to launchpad bug reporting
* Remove .gitreview
* Unpin sphinx dependency
* Add circleci testing configuration
* Use set literals throughout project
* Prefer https:// links over http:// in docs and comments
* Fix last\_request examples
* Fix spelling mistakes
* Move Zuul jobs in-tree
|
2017-12-10 09:45:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-mock: updated to 1.4.0
1.4.0
-----
* allow an adapter to be passed to a Mocker object
* Rename [wheel] section to [bdist\_wheel] as the former is legacy
* Include license file in the generated wheel package
* Add testing for newer Python versions 3.5 and 3.6
* Return a separate copy for each call to decorator
* Add string representation to \_RequestObjectProxy
|
2017-05-19 16:56:40 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Add missing dependency on py-pdr. Bump revision.
|
2017-05-10 19:54:10 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
requests-mock provides a building block to stub out the HTTP requests portions
of your testing code. You should checkout the docs for more information.
|