[Python-modules-commits] [vcr.py] branch master updated (7e9dd2c -> db965c6)

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


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

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

      from  7e9dd2c   deb/changelog: prepare for uploading
       new  ed4328c   Imported Upstream version 1.7.3
       new  6837656   Merge tag 'upstream/1.7.3'
       new  2cb0f04   new upstream release
       new  42f0214   deb/rules: don't run tests on Debian, but on Neurodebian
       new  db965c6   prepare mentors upload

The 5 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 +++++++----
 debian/changelog                                   |   7 ++
 debian/rules                                       |   6 ++
 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 ++++-----------
 20 files changed, 604 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