Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
This patch fixes a rare internal error in the "hypothesis.strategies.datetimes()" strategy, where the implementation of "allow_imaginary=False" crashed when checking a time during the skipped hour of a DST transition if the DST offset is negative - only true of "Europe/Dublin", who we presume have their reasons - and the "tzinfo" object is a pytz timezone (which predates PEP 495).
The canonical version of these notes (with links) is on readthedocs.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.24.5.zip
Files
(9.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0928c70d1cd8b9b116043ecf9f8e617c
|
9.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.24.5 (URL)