[Python-modules-commits] [betamax] branch upstream updated (36b432a -> 9414c3a)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 18 16:07:03 UTC 2016


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

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

      from  36b432a   Import betamax_0.7.1.orig.tar.gz
       new  9414c3a   Import betamax_0.8.0.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:
 HISTORY.rst                                        |  22 +++++
 PKG-INFO                                           |  24 ++++-
 betamax.egg-info/PKG-INFO                          |  24 ++++-
 betamax.egg-info/SOURCES.txt                       |   4 +
 betamax/__init__.py                                |   2 +-
 betamax/exceptions.py                              |  48 ++++++++++
 betamax/fixtures/pytest.py                         | 105 ++++++++++++++++++---
 betamax/matchers/body.py                           |  19 ++--
 betamax/matchers/query.py                          |   5 +-
 betamax/options.py                                 |  13 ++-
 docs/api.rst                                       |   5 +-
 setup.cfg                                          |   4 +-
 tests/cassettes/FakeBetamaxTestCase.test_fake.json |   1 +
 ...st_pytest_fixture[https:-httpbin.org-get].json} |   0
 tests/integration/test_fixtures.py                 |  25 +++++
 .../regression/test_requests_2_11_body_matcher.py  |  27 ++++++
 tests/unit/test_cassette.py                        |   8 ++
 tests/unit/test_exceptions.py                      |  35 +++++++
 tests/unit/test_matchers.py                        |   3 +
 tests/unit/test_options.py                         |  55 ++++++++---
 20 files changed, 385 insertions(+), 44 deletions(-)
 create mode 100644 tests/cassettes/FakeBetamaxTestCase.test_fake.json
 copy tests/cassettes/{tests.integration.test_fixtures.TestPyTestFixtures.test_pytest_fixture.json => tests.integration.test_fixtures.TestPyTestParametrizedFixtures.test_pytest_fixture[https:-httpbin.org-get].json} (100%)
 create mode 100644 tests/regression/test_requests_2_11_body_matcher.py
 create mode 100644 tests/unit/test_exceptions.py

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



More information about the Python-modules-commits mailing list