[Python-modules-commits] [python-hypothesis] branch upstream updated (357abc5 -> 56b9a3b)

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Dec 26 14:09:27 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  357abc5   Import python-hypothesis_3.6.0.orig.tar.gz
       new  56b9a3b   Import python-hypothesis_3.6.1.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:
 CONTRIBUTING.rst                                   |   1 +
 README.rst                                         |  10 ++
 docs/changes.rst                                   |  25 ++++
 docs/extras.rst                                    |   5 +
 docs/index.rst                                     |   1 +
 docs/settings.rst                                  |   2 +-
 docs/stateful.rst                                  |   2 +-
 docs/strategies.rst                                |  10 ++
 scripts/basic-test.sh                              |   5 +-
 setup.py                                           |   5 +-
 src/hypothesis/_settings.py                        |   2 +
 src/hypothesis/extra/django/models.py              |  31 ++++-
 src/hypothesis/internal/charmap.py                 |   1 +
 src/hypothesis/internal/conjecture/data.py         |  22 +++-
 src/hypothesis/internal/conjecture/engine.py       | 104 ++++++++++++----
 src/hypothesis/internal/conjecture/minimizer.py    |  55 +++++++--
 src/hypothesis/internal/debug.py                   |   1 +
 src/hypothesis/searchstrategy/flatmapped.py        |   8 ++
 src/hypothesis/searchstrategy/strategies.py        |  26 ++++
 src/hypothesis/stateful.py                         |   2 +
 src/hypothesis/strategies.py                       |  24 +++-
 src/hypothesis/tools/mergedbs.py                   |   1 +
 src/hypothesis/vendor/pretty.py                    |   3 +
 src/hypothesis/version.py                          |   2 +-
 tests/common/__init__.py                           |   1 +
 tests/common/utils.py                              |   1 +
 tests/cover/test_composite.py                      |  33 ++++++
 tests/cover/test_core.py                           |   1 +
 tests/cover/test_database_agreement.py             |   1 +
 tests/cover/test_flatmap.py                        |  10 ++
 tests/cover/test_pretty.py                         |   2 +
 tests/cover/test_runner_strategy.py                |   1 +
 tests/cover/test_stateful.py                       |   4 +
 .../toystore/test_email_strategies.py}             |  18 +--
 tests/nocover/test_compat.py                       |   3 +
 tests/nocover/test_descriptortests.py              |   2 +
 tests/nocover/test_pretty_repr.py                  |   4 -
 tests/nocover/test_statistical_distribution.py     | 132 ++++++++++++++++++++-
 tests/nocover/test_strategy_state.py               |   1 +
 tests/py3/test_asyncio.py                          |   1 +
 tox.ini                                            |   2 -
 41 files changed, 498 insertions(+), 67 deletions(-)
 create mode 100644 docs/strategies.rst
 copy tests/{nocover/test_streams.py => django/toystore/test_email_strategies.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