[Python-modules-commits] [python-hypothesis] branch master updated (25c7b8c -> 204130b)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Mon Mar 7 04:02:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch master
in repository python-hypothesis.
from 25c7b8c Update changelog for release.
new 61c11c2 Import python-hypothesis_3.1.0.orig.tar.gz
new 7a44871 record new upstream branch created by importing python-hypothesis_3.1.0.orig.tar.gz and merge it
new f2927e4 New upstream release.
new 204130b Build python-hypothesis-doc package with documentation.
The 4 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 | 3 +
CONTRIBUTING.rst | 1 +
LICENSE.txt | 4 +
Makefile | 12 +-
README.rst | 15 +-
debian/.git-dpm | 14 +-
debian/changelog | 7 +
debian/control | 27 +-
debian/python-hypothesis-doc.doc-base | 8 +
debian/python-hypothesis-doc.docs | 2 +
debian/rules | 10 +-
docs/changes.rst | 41 ++
docs/django.rst | 20 +
scripts/install.sh | 3 +
src/hypothesis/__init__.py | 4 +-
src/hypothesis/_settings.py | 55 +-
src/hypothesis/core.py | 72 +-
src/hypothesis/extra/django/models.py | 11 +-
src/hypothesis/extra/pytestplugin.py | 9 +-
src/hypothesis/internal/compat.py | 38 +-
src/hypothesis/internal/conjecture/engine.py | 141 ++--
src/hypothesis/internal/conjecture/minimizer.py | 8 -
src/hypothesis/internal/reflection.py | 9 +-
src/hypothesis/reporting.py | 7 +-
src/hypothesis/searchstrategy/collections.py | 5 +-
src/hypothesis/searchstrategy/deferred.py | 4 +
src/hypothesis/searchstrategy/flatmapped.py | 3 +-
src/hypothesis/searchstrategy/strategies.py | 10 +-
src/hypothesis/searchstrategy/wrappers.py | 4 +
src/hypothesis/stateful.py | 74 +-
src/hypothesis/strategies.py | 107 ++-
src/hypothesis/{extra => vendor}/__init__.py | 0
src/hypothesis/vendor/pretty.py | 864 ++++++++++++++++++++++++
src/hypothesis/version.py | 2 +-
tests/common/utils.py | 5 +-
tests/cover/test_conjecture_engine.py | 17 +-
tests/cover/test_database_usage.py | 2 +-
tests/cover/test_deferred_errors.py | 4 +-
tests/cover/test_direct_strategies.py | 1 -
tests/cover/test_explicit_examples.py | 6 +-
tests/cover/test_health_checks.py | 25 +-
tests/cover/test_nothing.py | 75 ++
tests/cover/{test_example.py => test_phases.py} | 27 +-
tests/cover/test_pretty.py | 752 +++++++++++++++++++++
tests/cover/test_runner_strategy.py | 71 ++
tests/cover/test_searchstrategy.py | 10 +-
tests/cover/test_simple_collections.py | 8 +
tests/cover/test_stateful.py | 46 +-
tests/cover/test_testdecorators.py | 12 +-
tests/datetime/test_datetime.py | 2 +
tests/django/toystore/models.py | 16 +
tests/django/toystore/test_given_models.py | 24 +-
tests/nocover/test_example_quality.py | 8 +-
tests/nocover/test_recursive.py | 2 +-
tests/nocover/test_statistical_distribution.py | 2 +-
tests/py3/test_asyncio.py | 63 ++
tox.ini | 8 +
57 files changed, 2586 insertions(+), 194 deletions(-)
create mode 100644 debian/python-hypothesis-doc.doc-base
create mode 100644 debian/python-hypothesis-doc.docs
copy src/hypothesis/{extra => vendor}/__init__.py (100%)
create mode 100644 src/hypothesis/vendor/pretty.py
create mode 100644 tests/cover/test_nothing.py
copy tests/cover/{test_example.py => test_phases.py} (62%)
create mode 100644 tests/cover/test_pretty.py
create mode 100644 tests/cover/test_runner_strategy.py
create mode 100644 tests/py3/test_asyncio.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-hypothesis.git
More information about the Python-modules-commits
mailing list