[Python-modules-commits] [vcr.py] branch upstream updated (4dac0b8 -> 141da83)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Mon Sep 11 00:54:26 UTC 2017


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

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

      from  4dac0b8   Import vcr.py_1.10.0.orig.tar.gz
       new  141da83   Import vcr.py_1.11.1.orig.tar.gz

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:
 .gitignore                                         |  1 +
 .travis.yml                                        | 25 +++++---
 docs/advanced.rst                                  | 27 ++++++++-
 docs/changelog.rst                                 | 13 ++++
 runtests.sh                                        |  2 +-
 setup.py                                           |  9 ++-
 tests/integration/aiohttp_utils.py                 | 12 +++-
 tests/integration/async_def.py                     | 13 ++++
 tests/integration/test_aiohttp.py                  | 70 +++++++++++++++++-----
 tests/integration/test_http                        | 22 +++++++
 tests/integration/test_register_persister.py       | 40 +++++++++++++
 tests/integration/test_requests.py                 | 33 +++++++++-
 tests/unit/test_cassettes.py                       |  3 +-
 tests/unit/test_persist.py                         |  6 +-
 tests/unit/test_serialize.py                       |  8 ++-
 tests/unit/test_stubs.py                           |  9 +++
 tests/unit/test_vcr.py                             |  6 +-
 tox.ini                                            | 19 +++---
 vcr/_handle_coroutine.py                           |  7 +++
 vcr/cassette.py                                    | 61 +++++++++++--------
 vcr/config.py                                      |  6 ++
 vcr/matchers.py                                    |  3 +-
 vcr/migration.py                                   |  1 +
 vcr/patch.py                                       | 33 +++++-----
 vcr/persist.py                                     | 14 -----
 vcr/persisters/filesystem.py                       | 17 +++++-
 vcr/serializers/compat.py                          |  2 +-
 vcr/stubs/__init__.py                              | 23 ++++++-
 .../__init__.py}                                   | 13 ++--
 vcr/stubs/requests_stubs.py                        |  4 +-
 30 files changed, 386 insertions(+), 116 deletions(-)
 create mode 100644 tests/integration/async_def.py
 create mode 100644 tests/integration/test_http
 create mode 100644 tests/integration/test_register_persister.py
 create mode 100644 vcr/_handle_coroutine.py
 delete mode 100644 vcr/persist.py
 rename vcr/stubs/{aiohttp_stubs.py => aiohttp_stubs/__init__.py} (84%)

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