[Python-modules-commits] [python-testfixtures] branch master updated (aab510d -> bfe922b)
Michael Fladischer
fladi at moszumanska.debian.org
Thu Jun 1 14:07:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository python-testfixtures.
from aab510d change target to unstable
new 06c52de record new upstream branch created by importing python-testfixtures_4.14.3.orig.tar.gz
new 50ec3f8 Import python-testfixtures_4.14.3.orig.tar.gz
new d51fe55 Use local objects.inv where possible
new 00b994c Do not duplicate license in documentation.
new 2052c70 merge patched into master
new ad97b7c change version to 4.14.3-1 (UNRELEASED) New upstream release.
new 82a01f5 Add Django support to documentation and tests.
new bfe922b change target to unstable
The 8 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 7 +
debian/control | 3 +
...0001-Use-local-objects.inv-where-possible.patch | 44 +++--
...Do-not-duplicate-license-in-documentation.patch | 6 +-
docs/api.txt | 8 +
docs/changes.txt | 29 ++-
docs/comparing.txt | 2 +
docs/components.txt | 6 +-
docs/conf.py | 24 ++-
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 +-
29 files changed, 441 insertions(+), 174 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