[Python-modules-commits] [pytest-mock] branch upstream updated (bdae00c -> cc3055e)

Vincent Bernat bernat at moszumanska.debian.org
Tue Nov 1 19:09:34 UTC 2016


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

bernat pushed a change to branch upstream
in repository pytest-mock.

      from  bdae00c   Import pytest-mock_1.2.orig.tar.gz
       new  cc3055e   Import pytest-mock_1.3.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:
 .gitignore                         |   58 +++
 .travis.yml                        |   25 +
 CHANGELOG.rst                      |  214 ++++++++
 LICENSE                            |   40 +-
 MANIFEST.in                        |    2 +-
 PKG-INFO                           |  566 ++++++++++----------
 README.rst                         |  519 +++++++++----------
 _pytest_mock_version.py            |    4 +
 appveyor.yml                       |    7 +
 pytest_mock.egg-info/PKG-INFO      |  566 ++++++++++----------
 pytest_mock.egg-info/SOURCES.txt   |    6 +
 pytest_mock.egg-info/top_level.txt |    1 +
 pytest_mock.py                     |  522 +++++++++----------
 setup.cfg                          |   16 +-
 setup.py                           |   88 ++--
 test_pytest_mock.py                | 1000 ++++++++++++++++++------------------
 tox.ini                            |   24 +
 17 files changed, 2003 insertions(+), 1655 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.rst
 create mode 100644 _pytest_mock_version.py
 create mode 100644 appveyor.yml
 create mode 100644 tox.ini

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



More information about the Python-modules-commits mailing list