[Python-modules-commits] [python-hypothesis] branch master updated (da31da0 -> 4078125)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Aug 27 11:02:52 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 da31da0 New upstream release.
new 0123e78 Import python-hypothesis_3.4.2.orig.tar.gz
new 84f2eba record new upstream branch created by importing python-hypothesis_3.4.2.orig.tar.gz and merge it
new 4078125 New upstream release.
The 3 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:
.coveragerc | 1 -
CONTRIBUTING.rst | 2 +-
README.rst | 10 +-
debian/.git-dpm | 14 +--
debian/changelog | 6 ++
docs/changes.rst | 105 +++++++++++++--------
docs/database.rst | 45 ++++-----
docs/endorsements.rst | 12 ++-
docs/examples.rst | 4 +-
docs/healthchecks.rst | 9 +-
docs/settings.rst | 5 +-
docs/usage.rst | 1 +
.../src/hypothesislegacysupport/version.py | 2 +-
src/hypothesis/_settings.py | 69 +++++---------
src/hypothesis/core.py | 2 +-
src/hypothesis/internal/charmap.py | 16 ++--
src/hypothesis/internal/compat.py | 16 ++++
src/hypothesis/searchstrategy/strategies.py | 2 -
src/hypothesis/strategies.py | 2 +-
src/hypothesis/utils/size.py | 26 -----
src/hypothesis/version.py | 2 +-
tests/cover/test_charmap.py | 25 +++++
tests/cover/test_phases.py | 12 +++
tests/cover/test_settings.py | 71 +++++++++++++-
tests/cover/test_sizes.py | 27 ------
...{test_shrinking_limits.py => test_threading.py} | 23 ++---
tests/cover/test_verbosity.py | 39 ++++++++
tests/nocover/test_strategy_state.py | 15 ++-
28 files changed, 346 insertions(+), 217 deletions(-)
delete mode 100644 src/hypothesis/utils/size.py
delete mode 100644 tests/cover/test_sizes.py
copy tests/cover/{test_shrinking_limits.py => test_threading.py} (71%)
--
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