[Python-modules-commits] [vcr.py] 02/05: Merge tag 'upstream/1.7.3'

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


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

danstender-guest pushed a commit to branch master
in repository vcr.py.

commit 683765687965beecb43fdcc5c0c2113cf9617d77
Merge: 7e9dd2c ed4328c
Author: Daniel Stender <debian at danielstender.com>
Date:   Sun Sep 6 22:20:36 2015 +0200

    Merge tag 'upstream/1.7.3'
    
    Upstream version 1.7.3

 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(-)

-- 
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