[Python-modules-commits] [python-testfixtures] branch upstream updated (d53380c -> 50ec3f8)

Michael Fladischer fladi at moszumanska.debian.org
Thu Jun 1 14:07:17 UTC 2017


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

fladi pushed a change to branch upstream
in repository python-testfixtures.

      from  d53380c   Import python-testfixtures_4.13.5.orig.tar.gz
       new  50ec3f8   Import python-testfixtures_4.14.3.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:
 .travis.yml                                |   8 +-
 docs/api.txt                               |   8 ++
 docs/changes.txt                           |  29 ++++-
 docs/comparing.txt                         |   2 +
 docs/components.txt                        |   6 +-
 docs/conf.py                               |   7 +-
 docs/description.txt                       |  18 ++-
 docs/django.txt                            |  54 ++++++++
 docs/index.txt                             |   1 +
 docs/mocking.txt                           |   4 +-
 setup.py                                   |   8 +-
 testfixtures/comparison.py                 |   5 +-
 testfixtures/django.py                     |  24 ++++
 testfixtures/shouldraise.py                |   3 +
 testfixtures/tests/compat.py               |   9 +-
 testfixtures/tests/test_compare.py         | 202 +++++++++++++++--------------
 testfixtures/tests/test_components.py      |  11 +-
 testfixtures/tests/test_django/__init__.py |   0
 testfixtures/tests/test_django/models.py   |  11 ++
 testfixtures/tests/test_django/settings.py |   4 +
 testfixtures/tests/test_django/tests.py    |  75 +++++++++++
 testfixtures/tests/test_should_raise.py    |   6 +-
 testfixtures/tests/test_shouldwarn.py      |  27 ++--
 testfixtures/version.txt                   |   2 +-
 24 files changed, 375 insertions(+), 149 deletions(-)
 create mode 100755 docs/django.txt
 create mode 100644 testfixtures/django.py
 create mode 100644 testfixtures/tests/test_django/__init__.py
 create mode 100644 testfixtures/tests/test_django/models.py
 create mode 100644 testfixtures/tests/test_django/settings.py
 create mode 100644 testfixtures/tests/test_django/tests.py

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



More information about the Python-modules-commits mailing list