14
0

Accepting request 453417 from home:tbechtold:branches:devel:languages:python

- update to 1.2.0:
  * Allow for nested mocking
  * Use create_response for fake http response in tests
  * Add hostname and port properties to request
  * Move request code and tests into their own files
  * Add called_once to Mocker
  * Fix docs building
  * Fix exception message when creating a response

OBS-URL: https://build.opensuse.org/request/show/453417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=10
This commit is contained in:
2017-01-30 15:33:58 +00:00
committed by Git OBS Bridge
parent 1b9101db59
commit e42438930b
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 30 11:04:29 UTC 2017 - tbechtold@suse.com
- update to 1.2.0:
* Allow for nested mocking
* Use create_response for fake http response in tests
* Add hostname and port properties to request
* Move request code and tests into their own files
* Add called_once to Mocker
* Fix docs building
* Fix exception message when creating a response
-------------------------------------------------------------------
Wed Sep 28 09:00:13 UTC 2016 - tbechtold@suse.com