cpython/.github
Paul Ganssle d50c37d8ad
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>
2023-05-12 08:35:53 -04:00
..
ISSUE_TEMPLATE Use Markdown Headers in GitHub Issue templates (GH-95111) 2022-07-22 09:19:08 -07:00
problem-matchers bpo-44854: Remove trailing whitespaces (GH-27689) 2021-08-09 21:32:54 +03:00
workflows GH-86275: Implementation of hypothesis stubs for property-based tests, with zoneinfo tests (#22863) 2023-05-12 08:35:53 -04:00
CODEOWNERS Trim trailing whitespace and test on CI (#104275) 2023-05-08 17:03:52 +03:00
CONTRIBUTING.rst Update build status links in contributing doc (GH-98672) 2022-10-25 12:13:37 -05:00
dependabot.yml Dependabot: only bump actions for major versions (#92186) 2022-05-03 06:33:03 -06:00
PULL_REQUEST_TEMPLATE.md Replace contributor-visible mentions of BPO in .github/* (GH-91426) 2022-04-11 00:03:27 +02:00
SECURITY.md Update link to supported versions table in security policy (GH-98670) 2022-10-25 11:59:19 -05:00