[Python-modules-commits] [python-hypothesis] branch upstream updated (766cc74 -> ac77b37)

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Dec 20 07:10:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a change to branch upstream
in repository python-hypothesis.

      from  766cc74   Import python-hypothesis_3.12.0.orig.tar.gz
       new  ac77b37   Import python-hypothesis_3.44.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:
 .coveragerc                                        |    1 +
 .gitignore                                         |    1 +
 .pyup.yml                                          |   11 +-
 .travis.yml                                        |   14 +-
 CONTRIBUTING.rst                                   |   78 +-
 Makefile                                           |  107 +-
 appveyor.yml                                       |   12 -
 ...ys => arrays10-valid=always-interesting=always} |   16 +-
 ...arrays10-valid=always-interesting=array_average |   29 +
 .../arrays10-valid=always-interesting=lower_bound  |   29 +
 .../arrays10-valid=always-interesting=never        |   29 +
 ...ays10-valid=always-interesting=size_lower_bound |   29 +
 .../arrays10-valid=always-interesting=usually      |   29 +
 ...rrays10-valid=usually-interesting=array_average |   29 +
 ...ys10-valid=usually-interesting=size_lower_bound |   29 +
 ...s => arraysvar-valid=always-interesting=always} |   16 +-
 ...rraysvar-valid=always-interesting=array_average |   29 +
 .../arraysvar-valid=always-interesting=lower_bound |   29 +
 .../arraysvar-valid=always-interesting=never       |   29 +
 ...ysvar-valid=always-interesting=size_lower_bound |   29 +
 .../arraysvar-valid=always-interesting=usually     |   29 +
 ...raysvar-valid=usually-interesting=array_average |   29 +
 ...svar-valid=usually-interesting=size_lower_bound |   29 +
 .../intlists-valid=always-interesting=always       |   14 +-
 ...ntlists-valid=always-interesting=has_duplicates |   14 +-
 .../intlists-valid=always-interesting=lower_bound  |   14 +-
 .../intlists-valid=always-interesting=minsum       |   14 +-
 .../intlists-valid=always-interesting=never        |   14 +-
 .../intlists-valid=always-interesting=nontrivial   |   29 -
 ...lists-valid=always-interesting=size_lower_bound |   29 +
 .../intlists-valid=always-interesting=usually      |   14 +-
 ...ntlists-valid=has_duplicates-interesting=minsum |   14 +-
 .../intlists-valid=usually-interesting=nontrivial  |   29 -
 ...ists-valid=usually-interesting=size_lower_bound |   29 +
 .../ints-valid=always-interesting=always           |   14 +-
 .../ints-valid=always-interesting=lower_bound      |   14 +-
 benchmark-data/ints-valid=always-interesting=never |   14 +-
 .../ints-valid=always-interesting=nontrivial       |   29 -
 .../ints-valid=always-interesting=size_lower_bound |   29 +
 .../ints-valid=always-interesting=usually          |   12 +-
 .../ints-valid=usually-interesting=nontrivial      |   29 -
 ...ints-valid=usually-interesting=size_lower_bound |   29 +
 .../sizedintlists-valid=always-interesting=always  |   14 +-
 ...edintlists-valid=always-interesting=lower_bound |   14 +-
 .../sizedintlists-valid=always-interesting=never   |   14 +-
 ...zedintlists-valid=always-interesting=nontrivial |   29 -
 ...lists-valid=always-interesting=size_lower_bound |   29 +
 .../sizedintlists-valid=always-interesting=usually |   14 +-
 ...edintlists-valid=usually-interesting=nontrivial |   29 -
 ...ists-valid=usually-interesting=size_lower_bound |   29 +
 ...always => text-valid=always-interesting=always} |   16 +-
 .../text-valid=always-interesting=lower_bound      |   29 +
 benchmark-data/text-valid=always-interesting=never |   29 +
 .../text-valid=always-interesting=size_lower_bound |   29 +
 .../text-valid=always-interesting=usually          |   29 +
 ...text-valid=usually-interesting=size_lower_bound |   29 +
 ...lways => text5-valid=always-interesting=always} |   16 +-
 .../text5-valid=always-interesting=lower_bound     |   29 +
 .../text5-valid=always-interesting=never           |   29 +
 ...text5-valid=always-interesting=size_lower_bound |   29 +
 .../text5-valid=always-interesting=usually         |   29 +
 ...ext5-valid=usually-interesting=size_lower_bound |   29 +
 circle.yml                                         |    2 +-
 docs/changes.rst                                   | 1104 ++++++++++++++-
 docs/conf.py                                       |   46 +-
 docs/data.rst                                      |  298 ++--
 docs/details.rst                                   |  205 +--
 docs/development.rst                               |    8 +-
 docs/django.rst                                    |    7 +-
 docs/endorsements.rst                              |   30 +
 docs/examples.rst                                  |    2 +-
 docs/extras.rst                                    |   66 +-
 docs/healthchecks.rst                              |    9 +-
 docs/index.rst                                     |    1 +
 docs/numpy.rst                                     |   43 +-
 docs/packaging.rst                                 |   36 +-
 docs/quickstart.rst                                |    5 +-
 docs/reproducing.rst                               |  120 ++
 docs/settings.rst                                  |  158 ++-
 docs/strategies.rst                                |    8 +-
 docs/usage.rst                                     |    6 +-
 guides/api-style.rst                               |  125 ++
 guides/documentation.rst                           |   22 +-
 guides/review.rst                                  |   10 +-
 requirements/benchmark.in                          |    1 +
 requirements/benchmark.txt                         |    7 +-
 requirements/coverage.in                           |    4 +
 requirements/coverage.txt                          |   12 +
 requirements/test.in                               |    2 +
 requirements/test.txt                              |   14 +-
 requirements/tools.in                              |    3 +
 requirements/tools.txt                             |   58 +-
 requirements/typing.in                             |    1 +
 requirements/typing.txt                            |    7 +
 scripts/basic-test.sh                              |   16 +-
 scripts/benchmarks.py                              |   43 +-
 scripts/build-documentation.sh                     |   21 +
 scripts/check-changelog.py                         |  101 --
 .../{check-untagged.py => check-release-file.py}   |   13 +-
 scripts/deploy.py                                  |   80 +-
 scripts/fix_doctests.py                            |  126 ++
 scripts/hypothesistooling.py                       |  225 ++-
 scripts/install.sh                                 |   13 +-
 scripts/run-circle.sh                              |   14 -
 scripts/{tool-hash.py => run_circle.py}            |   23 +-
 .../manage.py => scripts/run_travis_make_task.py   |   18 +-
 scripts/unicodechecker.py                          |    6 +-
 ...ck-untagged.py => update-changelog-for-docs.py} |   20 +-
 scripts/validate_branch_check.py                   |   64 +
 scripts/{tool-hash.py => validate_pyup.py}         |   26 +-
 secrets.tar.enc                                    |  Bin 10256 -> 10256 bytes
 setup.cfg                                          |    0
 setup.py                                           |    7 +-
 src/hypothesis/__init__.py                         |   11 +-
 src/hypothesis/_settings.py                        |  244 +++-
 src/hypothesis/control.py                          |    4 +-
 src/hypothesis/core.py                             |  963 +++++++++----
 src/hypothesis/database.py                         |   52 +-
 src/hypothesis/errors.py                           |   51 +-
 src/hypothesis/extra/django/models.py              |  178 +--
 src/hypothesis/extra/fakefactory.py                |    6 +
 src/hypothesis/extra/numpy.py                      |  275 +++-
 .../hypothesis/extra/pandas/__init__.py            |   12 +-
 src/hypothesis/extra/pandas/impl.py                |  645 +++++++++
 src/hypothesis/extra/pytestplugin.py               |   18 +
 src/hypothesis/internal/cache.py                   |  228 +++
 src/hypothesis/internal/charmap.py                 |  226 ++-
 src/hypothesis/internal/classmap.py                |   42 -
 src/hypothesis/internal/compat.py                  |  112 +-
 src/hypothesis/internal/conjecture/data.py         |  176 ++-
 src/hypothesis/internal/conjecture/engine.py       | 1491 ++++++++++++++------
 src/hypothesis/internal/conjecture/floats.py       |  246 ++++
 src/hypothesis/internal/conjecture/minimizer.py    |  222 +--
 src/hypothesis/internal/conjecture/utils.py        |  126 +-
 src/hypothesis/internal/coverage.py                |  125 ++
 src/hypothesis/internal/escalation.py              |   63 +-
 src/hypothesis/internal/healthcheck.py             |   38 +
 .../internal/{deferredformat.py => lazyformat.py}  |    4 +-
 src/hypothesis/internal/reflection.py              |   75 +-
 src/hypothesis/internal/renaming.py                |   66 +
 src/hypothesis/internal/validation.py              |  147 ++
 src/hypothesis/provisional.py                      |   84 ++
 src/hypothesis/searchstrategy/collections.py       |  130 +-
 src/hypothesis/searchstrategy/datetime.py          |   48 +-
 src/hypothesis/searchstrategy/deferred.py          |  126 +-
 src/hypothesis/searchstrategy/flatmapped.py        |    5 +-
 .../searchstrategy/{deferred.py => lazy.py}        |  103 +-
 src/hypothesis/searchstrategy/misc.py              |   25 +-
 src/hypothesis/searchstrategy/numbers.py           |   25 +-
 src/hypothesis/searchstrategy/recursive.py         |   10 +-
 src/hypothesis/searchstrategy/regex.py             |  499 +++++++
 src/hypothesis/searchstrategy/reprwrapper.py       |   44 -
 src/hypothesis/searchstrategy/shared.py            |    4 +-
 src/hypothesis/searchstrategy/strategies.py        |  370 ++++-
 src/hypothesis/searchstrategy/streams.py           |    2 +
 src/hypothesis/searchstrategy/strings.py           |   30 +-
 src/hypothesis/searchstrategy/types.py             |  243 ++++
 src/hypothesis/searchstrategy/wrappers.py          |   51 -
 src/hypothesis/stateful.py                         |   31 +-
 src/hypothesis/statistics.py                       |   12 +
 src/hypothesis/strategies.py                       | 1079 +++++++++-----
 src/hypothesis/strategytests.py                    |  129 --
 src/hypothesis/tools/mergedbs.py                   |  136 --
 src/hypothesis/utils/conventions.py                |    1 +
 src/hypothesis/version.py                          |    2 +-
 tests/common/__init__.py                           |   84 +-
 .../test_destructuring.py => common/arguments.py}  |   34 +-
 tests/common/debug.py                              |   85 +-
 tests/common/setup.py                              |   38 +-
 tests/common/strategies.py                         |   60 +
 tests/common/utils.py                              |   47 +-
 tests/conftest.py                                  |   27 +-
 tests/cover/test_arbitrary_data.py                 |    4 +-
 tests/cover/test_argument_validation.py            |   56 +
 tests/cover/test_bad_repr.py                       |   21 +-
 tests/cover/test_cache_implementation.py           |  195 +++
 .../cover/{test_threading.py => test_cacheable.py} |   37 +-
 tests/cover/test_charmap.py                        |   44 +-
 tests/cover/test_choices.py                        |   19 +-
 tests/cover/test_classmap.py                       |   91 --
 tests/cover/test_composite.py                      |   18 +-
 tests/cover/test_conjecture_engine.py              |  592 +++++---
 tests/cover/test_conjecture_float_encoding.py      |  227 +++
 tests/cover/test_conjecture_minimizer.py           |    6 +
 tests/cover/test_conjecture_test_data.py           |    5 +
 tests/cover/test_conjecture_utils.py               |   15 +-
 tests/cover/test_core.py                           |    9 +-
 tests/cover/test_custom_reprs.py                   |    4 +-
 tests/cover/test_database_backend.py               |   30 +-
 ...ttings.py => test_database_seed_deprecation.py} |   25 +-
 tests/cover/test_database_usage.py                 |  123 +-
 tests/cover/test_datetimes.py                      |   52 +-
 tests/cover/test_deadline.py                       |  158 +++
 tests/cover/test_deferred_strategies.py            |  202 +++
 tests/cover/test_direct_strategies.py              |   58 +-
 tests/cover/test_escalation.py                     |   68 +
 tests/cover/test_example.py                        |   46 +-
 tests/cover/test_find.py                           |    2 +
 tests/cover/test_flatmap.py                        |   12 +-
 tests/cover/test_float_nastiness.py                |   12 +-
 tests/cover/test_given_error_conditions.py         |   46 +-
 tests/cover/test_health_checks.py                  |  131 +-
 tests/cover/test_integer_ranges.py                 |    6 +-
 tests/cover/test_interleaving.py                   |   30 +-
 tests/cover/test_intervalset.py                    |   32 +-
 tests/cover/test_lambda_formatting.py              |   63 +
 tests/cover/test_map.py                            |    7 +-
 .../{test_randomization.py => test_nesting.py}     |   26 +-
 tests/cover/test_nothing.py                        |   23 +-
 tests/cover/test_numerics.py                       |   62 +-
 .../cover/{test_conventions.py => test_one_of.py}  |    9 +-
 tests/cover/test_phases.py                         |   40 +
 tests/cover/test_provisional_strategies.py         |   51 +
 tests/cover/test_randomization.py                  |    2 +-
 tests/cover/test_reflection.py                     |   63 +-
 tests/cover/test_regex.py                          |  386 +++++
 tests/cover/test_regressions.py                    |   80 ++
 .../{test_given_reuse.py => test_renaming.py}      |   42 +-
 tests/cover/test_reproduce_failure.py              |  203 +++
 tests/cover/test_reusable_values.py                |   94 ++
 tests/cover/test_sampled_from.py                   |   22 +-
 tests/cover/test_searchstrategy.py                 |    5 +-
 tests/cover/test_seed_printing.py                  |  123 ++
 tests/cover/test_sets.py                           |    2 +-
 tests/cover/test_settings.py                       |   49 +-
 tests/cover/test_setup_teardown.py                 |   14 +-
 tests/cover/test_shrinking_limits.py               |    3 +
 tests/cover/test_simple_characters.py              |   54 +-
 tests/cover/test_simple_collections.py             |   19 +-
 tests/cover/test_simple_numbers.py                 |   22 +-
 tests/cover/test_skipping.py                       |   49 +
 tests/cover/test_slippage.py                       |  218 +++
 tests/cover/test_stateful.py                       |   22 +-
 tests/cover/test_statistical_events.py             |   64 +-
 tests/cover/test_strategytests.py                  |   28 -
 tests/cover/test_streams.py                        |   19 +-
 tests/cover/test_target_selector.py                |  124 ++
 tests/cover/test_testdecorators.py                 |   71 +-
 tests/cover/test_timeout.py                        |  105 ++
 tests/cover/test_type_lookup.py                    |  150 ++
 tests/cover/test_uuids.py                          |   14 +-
 tests/cover/test_validation.py                     |    4 +-
 tests/datetime/test_dates.py                       |    4 +-
 tests/datetime/test_datetime.py                    |   32 +-
 tests/datetime/test_times.py                       |   27 +-
 tests/datetime/test_timezones.py                   |   23 +-
 tests/django/manage.py                             |    9 +
 tests/django/toys/urls.py                          |    4 +-
 tests/django/toystore/models.py                    |   28 +-
 tests/django/toystore/test_basic_configuration.py  |    3 +-
 tests/django/toystore/test_email_strategies.py     |   34 -
 tests/django/toystore/test_given_models.py         |   32 +-
 tests/fakefactory/test_fake_factory.py             |   56 +-
 tests/nocover/test_boundary_exploration.py         |   50 +
 .../test_characters.py}                            |   44 +-
 tests/nocover/test_choices.py                      |   10 +-
 tests/nocover/test_collective_minimization.py      |    3 +-
 tests/nocover/test_compat.py                       |   36 +-
 tests/nocover/test_conjecture_engine.py            |  120 ++
 tests/nocover/test_coverage.py                     |  120 ++
 .../{cover => nocover}/test_database_agreement.py  |   15 +-
 tests/nocover/test_deferred_strategies.py          |   71 +
 tests/nocover/test_descriptortests.py              |  206 ---
 tests/nocover/test_float_shrinking.py              |   64 +
 tests/nocover/test_floating.py                     |   32 +-
 tests/nocover/test_git_merge.py                    |  140 --
 .../test_large_examples.py}                        |    7 +-
 tests/nocover/test_recursive.py                    |   18 +-
 tests/nocover/test_regex.py                        |   86 ++
 tests/nocover/test_strategy_state.py               |   32 +-
 tests/nocover/test_streams.py                      |   15 +-
 tests/nocover/test_target_selector.py              |   77 +
 tests/numpy/test_argument_validation.py            |   60 +
 tests/numpy/test_fill_values.py                    |   61 +
 tests/numpy/test_gen_data.py                       |  212 ++-
 .../test_dates.py => numpy/test_sampled_from.py}   |   46 +-
 {src/hypothesis/tools => tests/pandas}/__init__.py |    0
 tests/pandas/helpers.py                            |   46 +
 tests/pandas/test_argument_validation.py           |   71 +
 tests/pandas/test_data_frame.py                    |  242 ++++
 tests/pandas/test_indexes.py                       |  112 ++
 tests/pandas/test_series.py                        |   70 +
 tests/py3/test_lookup.py                           |  367 +++++
 tests/pytest/test_fixtures.py                      |   35 +
 .../pytest/test_pytest_detection.py                |   32 +-
 tests/pytest/test_seeding.py                       |  124 ++
 .../pytest/{test_profiles.py => test_skipping.py}  |   33 +-
 tests/pytest/test_statistics.py                    |   15 +-
 tests/quality/test_discovery_ability.py            |    6 +-
 tests/quality/test_shrink_quality.py               |   20 +-
 tox.ini                                            |   97 +-
 291 files changed, 17078 insertions(+), 4863 deletions(-)
 copy benchmark-data/{ints-valid=always-interesting=always => arrays10-valid=always-interesting=always} (58%)
 create mode 100644 benchmark-data/arrays10-valid=always-interesting=array_average
 create mode 100644 benchmark-data/arrays10-valid=always-interesting=lower_bound
 create mode 100644 benchmark-data/arrays10-valid=always-interesting=never
 create mode 100644 benchmark-data/arrays10-valid=always-interesting=size_lower_bound
 create mode 100644 benchmark-data/arrays10-valid=always-interesting=usually
 create mode 100644 benchmark-data/arrays10-valid=usually-interesting=array_average
 create mode 100644 benchmark-data/arrays10-valid=usually-interesting=size_lower_bound
 copy benchmark-data/{ints-valid=always-interesting=always => arraysvar-valid=always-interesting=always} (56%)
 create mode 100644 benchmark-data/arraysvar-valid=always-interesting=array_average
 create mode 100644 benchmark-data/arraysvar-valid=always-interesting=lower_bound
 create mode 100644 benchmark-data/arraysvar-valid=always-interesting=never
 create mode 100644 benchmark-data/arraysvar-valid=always-interesting=size_lower_bound
 create mode 100644 benchmark-data/arraysvar-valid=always-interesting=usually
 create mode 100644 benchmark-data/arraysvar-valid=usually-interesting=array_average
 create mode 100644 benchmark-data/arraysvar-valid=usually-interesting=size_lower_bound
 delete mode 100644 benchmark-data/intlists-valid=always-interesting=nontrivial
 create mode 100644 benchmark-data/intlists-valid=always-interesting=size_lower_bound
 delete mode 100644 benchmark-data/intlists-valid=usually-interesting=nontrivial
 create mode 100644 benchmark-data/intlists-valid=usually-interesting=size_lower_bound
 delete mode 100644 benchmark-data/ints-valid=always-interesting=nontrivial
 create mode 100644 benchmark-data/ints-valid=always-interesting=size_lower_bound
 delete mode 100644 benchmark-data/ints-valid=usually-interesting=nontrivial
 create mode 100644 benchmark-data/ints-valid=usually-interesting=size_lower_bound
 delete mode 100644 benchmark-data/sizedintlists-valid=always-interesting=nontrivial
 create mode 100644 benchmark-data/sizedintlists-valid=always-interesting=size_lower_bound
 delete mode 100644 benchmark-data/sizedintlists-valid=usually-interesting=nontrivial
 create mode 100644 benchmark-data/sizedintlists-valid=usually-interesting=size_lower_bound
 copy benchmark-data/{ints-valid=always-interesting=always => text-valid=always-interesting=always} (59%)
 create mode 100644 benchmark-data/text-valid=always-interesting=lower_bound
 create mode 100644 benchmark-data/text-valid=always-interesting=never
 create mode 100644 benchmark-data/text-valid=always-interesting=size_lower_bound
 create mode 100644 benchmark-data/text-valid=always-interesting=usually
 create mode 100644 benchmark-data/text-valid=usually-interesting=size_lower_bound
 copy benchmark-data/{ints-valid=always-interesting=always => text5-valid=always-interesting=always} (58%)
 create mode 100644 benchmark-data/text5-valid=always-interesting=lower_bound
 create mode 100644 benchmark-data/text5-valid=always-interesting=never
 create mode 100644 benchmark-data/text5-valid=always-interesting=size_lower_bound
 create mode 100644 benchmark-data/text5-valid=always-interesting=usually
 create mode 100644 benchmark-data/text5-valid=usually-interesting=size_lower_bound
 create mode 100644 docs/reproducing.rst
 create mode 100644 guides/api-style.rst
 create mode 100644 requirements/coverage.in
 create mode 100644 requirements/coverage.txt
 create mode 100644 requirements/typing.in
 create mode 100644 requirements/typing.txt
 create mode 100755 scripts/build-documentation.sh
 delete mode 100644 scripts/check-changelog.py
 copy scripts/{check-untagged.py => check-release-file.py} (68%)
 mode change 100755 => 100644
 create mode 100644 scripts/fix_doctests.py
 delete mode 100755 scripts/run-circle.sh
 copy scripts/{tool-hash.py => run_circle.py} (59%)
 copy tests/django/manage.py => scripts/run_travis_make_task.py (67%)
 rename scripts/{check-untagged.py => update-changelog-for-docs.py} (64%)
 mode change 100755 => 100644
 create mode 100644 scripts/validate_branch_check.py
 copy scripts/{tool-hash.py => validate_pyup.py} (67%)
 mode change 100755 => 100644
 delete mode 100644 setup.cfg
 copy tests/cover/test_conventions.py => src/hypothesis/extra/pandas/__init__.py (77%)
 create mode 100644 src/hypothesis/extra/pandas/impl.py
 create mode 100644 src/hypothesis/internal/cache.py
 delete mode 100644 src/hypothesis/internal/classmap.py
 create mode 100644 src/hypothesis/internal/conjecture/floats.py
 create mode 100644 src/hypothesis/internal/coverage.py
 create mode 100644 src/hypothesis/internal/healthcheck.py
 rename src/hypothesis/internal/{deferredformat.py => lazyformat.py} (94%)
 create mode 100644 src/hypothesis/internal/renaming.py
 create mode 100644 src/hypothesis/internal/validation.py
 create mode 100644 src/hypothesis/provisional.py
 copy src/hypothesis/searchstrategy/{deferred.py => lazy.py} (56%)
 create mode 100644 src/hypothesis/searchstrategy/regex.py
 delete mode 100644 src/hypothesis/searchstrategy/reprwrapper.py
 create mode 100644 src/hypothesis/searchstrategy/types.py
 delete mode 100644 src/hypothesis/searchstrategy/wrappers.py
 delete mode 100644 src/hypothesis/strategytests.py
 delete mode 100644 src/hypothesis/tools/mergedbs.py
 copy tests/{py2/test_destructuring.py => common/arguments.py} (54%)
 create mode 100644 tests/common/strategies.py
 create mode 100644 tests/cover/test_argument_validation.py
 create mode 100644 tests/cover/test_cache_implementation.py
 copy tests/cover/{test_threading.py => test_cacheable.py} (54%)
 delete mode 100644 tests/cover/test_classmap.py
 create mode 100644 tests/cover/test_conjecture_float_encoding.py
 copy tests/cover/{test_weird_settings.py => test_database_seed_deprecation.py} (59%)
 create mode 100644 tests/cover/test_deadline.py
 create mode 100644 tests/cover/test_deferred_strategies.py
 create mode 100644 tests/cover/test_escalation.py
 copy tests/cover/{test_randomization.py => test_nesting.py} (63%)
 copy tests/cover/{test_conventions.py => test_one_of.py} (79%)
 create mode 100644 tests/cover/test_provisional_strategies.py
 create mode 100644 tests/cover/test_regex.py
 create mode 100644 tests/cover/test_regressions.py
 copy tests/cover/{test_given_reuse.py => test_renaming.py} (57%)
 create mode 100644 tests/cover/test_reproduce_failure.py
 create mode 100644 tests/cover/test_reusable_values.py
 create mode 100644 tests/cover/test_seed_printing.py
 create mode 100644 tests/cover/test_skipping.py
 create mode 100644 tests/cover/test_slippage.py
 delete mode 100644 tests/cover/test_strategytests.py
 create mode 100644 tests/cover/test_target_selector.py
 create mode 100644 tests/cover/test_timeout.py
 create mode 100644 tests/cover/test_type_lookup.py
 delete mode 100644 tests/django/toystore/test_email_strategies.py
 create mode 100644 tests/nocover/test_boundary_exploration.py
 copy tests/{cover/test_given_reuse.py => nocover/test_characters.py} (55%)
 create mode 100644 tests/nocover/test_conjecture_engine.py
 create mode 100644 tests/nocover/test_coverage.py
 rename tests/{cover => nocover}/test_database_agreement.py (83%)
 create mode 100644 tests/nocover/test_deferred_strategies.py
 delete mode 100644 tests/nocover/test_descriptortests.py
 create mode 100644 tests/nocover/test_float_shrinking.py
 delete mode 100644 tests/nocover/test_git_merge.py
 copy tests/{cover/test_conventions.py => nocover/test_large_examples.py} (79%)
 create mode 100644 tests/nocover/test_regex.py
 create mode 100644 tests/nocover/test_target_selector.py
 create mode 100644 tests/numpy/test_argument_validation.py
 create mode 100644 tests/numpy/test_fill_values.py
 copy tests/{datetime/test_dates.py => numpy/test_sampled_from.py} (51%)
 rename {src/hypothesis/tools => tests/pandas}/__init__.py (100%)
 create mode 100644 tests/pandas/helpers.py
 create mode 100644 tests/pandas/test_argument_validation.py
 create mode 100644 tests/pandas/test_data_frame.py
 create mode 100644 tests/pandas/test_indexes.py
 create mode 100644 tests/pandas/test_series.py
 create mode 100644 tests/py3/test_lookup.py
 copy scripts/tool-hash.py => tests/pytest/test_pytest_detection.py (61%)
 mode change 100755 => 100644
 create mode 100644 tests/pytest/test_seeding.py
 copy tests/pytest/{test_profiles.py => test_skipping.py} (58%)

-- 
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