Revisions of python-hypothesis

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 847790 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 50)
- update to 5.41.2:
  * long list of changes and improvements, see
  https://hypothesis.readthedocs.io/en/latest/changes.html#v5-41-2
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 818623 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 48)
- Update to version 5.19.0:
  * This release improves the randoms() strategy by adding support
    for Random instances where Hypothesis generates the random
    values rather than having them be “truly” random.
- Update to version 5.18.3:
  * This patch adds some internal functions to support a new feature
    we’re working on. There is no user-visible change… yet.
- Update to version 5.18.2:
  * This patch improves our docs for the derandomize setting.
- Update to version 5.18.1:
  * This release consists of some internal refactoring to the shrinker
    in preparation for future work. It has no user visible impact.
- Update to version 5.18.0:
  * This release teaches Hypothesis to shorten tracebacks for explicit
    examples, as we already do for generated examples, so that you can
    focus on your code rather than ours.
  * If you have multiple failing explicit examples, they will now all
    be reported. To report only the first failure, you can use the
    report_multiple_bugs=False setting as for generated examples.
- Update to version 5.17.0:
  * This patch adds strategy inference for the Literal, NewType, Type,
    DefaultDict, and TypedDict types from the typing_extensions
    backport on PyPI.
- Update to version 5.16.3:
  * This patch precomputes some of the setup logic for our
    experimental external fuzzer integration and sets deadline=None
    in fuzzing mode, saving around 150us on each iteration.
  * This is around two-thirds the runtime to fuzz an empty test with
    @given(st.none()), and nice to have even as a much smaller
    fraction of the runtime for non-trivial tests.
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 808025 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 47)
- Add failing-test_array_values_are_unique_high_collision.patch
  to avoid failing test on i586 (gh#HypothesisWorks/hypothesis#2447)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 794613 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 44)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 743987 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 41)
- update to version 4.40.2
  * Type hints improved
  * Performance improved
  * Array indexing improved
  * **experimental** support for targeted property-based testing
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 702824 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 36)
- update to 4.23.4
  * Adds a recipe to the docstring of :func:`~hypothesis.strategies.from_type`
  * implements the :func:`~hypothesis.strategies.slices` strategy,
     to generate slices of a length-size sequence.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 701259 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 35)
- Remove pandas dependency to make ring1 more happy
- Update to 4.22.0:
  * Various small tweaks only

- More love for the tests to make sure we execute and run them
  + skip/remove the obvious failures that are irelevant

- Update to 4.18.2:
  * This patch makes Hypothesis compatible with the Python 3.8 alpha
  * This release adds the functions() strategy
  * This release refactors stateful rule selection
  * This patch allows Hypothesis to try a few more examples after finding the first bug
  * This release adds the strategy broadcastable_shapes()
- Make sure the tests are executed (and fail at the moment, needs
  bit more love)
Displaying revisions 21 - 40 of 74
openSUSE Build Service is sponsored by