[Python-modules-commits] [vcr.py] branch upstream updated (d7e9456 -> ed4328c)

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Oct 7 19:00:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a change to branch upstream
in repository vcr.py.

      from  d7e9456   Imported Upstream version 1.6.1
       new  ed4328c   Imported Upstream version 1.7.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.rst                                         |  52 +++++++----
 setup.py                                           |  21 ++++-
 tests/integration/test_httplib2.py                 |  11 +++
 tests/integration/test_requests.py                 |   9 ++
 tests/integration/test_tornado.py                  |  78 ++++++++++++++++
 .../test_tornado_exception_can_be_caught.yaml      |  62 +++++++++++++
 .../test_tornado_with_decorator_use_cassette.yaml  |  53 +++++++++++
 tests/integration/test_urllib2.py                  |   9 ++
 tests/unit/test_cassettes.py                       |  34 +++++++
 tests/unit/test_serialize.py                       |  50 ++++++++++
 tests/unit/test_vcr.py                             |  70 +++++++++++++-
 vcr/cassette.py                                    | 101 ++++++++++++++-------
 vcr/config.py                                      |  73 +++++++++------
 vcr/errors.py                                      |   5 +-
 vcr/matchers.py                                    |  11 ++-
 vcr/patch.py                                       |  40 +++++---
 vcr/request.py                                     |  10 +-
 vcr/stubs/tornado_stubs.py                         |  73 ++++-----------
 18 files changed, 591 insertions(+), 171 deletions(-)
 create mode 100644 tests/integration/test_tornado_exception_can_be_caught.yaml
 create mode 100644 tests/integration/test_tornado_with_decorator_use_cassette.yaml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/vcr.py.git



More information about the Python-modules-commits mailing list