Published November 22, 2021
| Version hypothesis-python-6.27.1
Software
Open
Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
This patch changes the backing datastructures of "register_random()" and a few internal caches to use "weakref.WeakKeyDictionary". This reduces memory usage and may improve performance when registered "Random" instances are only used for a subset of your tests (issue
3131).The canonical version of these notes (with links) is on readthedocs.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.27.1.zip
Files
(9.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:3ee554354f73e392fc23d943ed609772
|
9.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.27.1 (URL)