[Python-modules-commits] [python-hypothesis] branch upstream updated (3f1e2cd -> 0123e78)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Aug 27 11:02:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch upstream
in repository python-hypothesis.
from 3f1e2cd Import python-hypothesis_3.4.0.orig.tar.gz
new 0123e78 Import python-hypothesis_3.4.2.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:
.coveragerc | 1 -
CONTRIBUTING.rst | 2 +-
README.rst | 10 +-
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 ++-
26 files changed, 333 insertions(+), 210 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