SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 113 Python

GH-86275: Implementation of hypothesis stubs for property-based tests, with zoneinfo tests (#22863)

These are stubs to be used for adding hypothesis (https://hypothesis.readthedocs.io/en/latest/) tests to the standard library.

When the tests are run in an environment where `hypothesis` and its various dependencies are not installed, the stubs will turn any tests with examples into simple parameterized tests and any tests without examples are skipped.

It also adds hypothesis tests for the `zoneinfo` module, and a Github Actions workflow to run the hypothesis tests as a non-required CI job.

The full hypothesis interface is not stubbed out — missing stubs can be added as necessary.

Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
P
Paul Ganssle committed
d50c37d8adb2d2da9808089d959ca7d6791ac59f
Parent: 45f5aa8
Committed by GitHub <noreply@github.com> on 5/12/2023, 12:35:53 PM