python-hypothesis
No description set
- Devel package for openSUSE:Factory
-
19
derived packages
- Links to openSUSE:Factory / python-hypothesis
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-hypothesis && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
_service | 0000000663 663 Bytes | |
hypothesis-python-6.119.1.tar.gz | 0000948069 926 KB | |
python-hypothesis.changes | 0000184926 181 KB | |
python-hypothesis.spec | 0000008590 8.39 KB |
Revision 199 (latest revision is 203)
Matej Cepl (mcepl)
committed
(revision 199)
- Update to 6.119.1 - This patch migrates some more internals (around generating novel inputs) to the IR layer (issue #3921). - Update to 6.119.0 - This release improves Hypothesis’ handling of ExceptionGroup - it’s now able to detect marker detections if they’re inside a group and attempts to resolve them. Note that this handling is still a work in progress and might not handle edge cases optimally. Please open issues if you encounter any problems or unexpected behavior with it. - Update to 6.118.9 - Internal refactorings in preparation for upcoming changes. - Update to 6.118.8 - Internal renamings. - Update to 6.118.7 - This patch removes some # type: ignore comments following a mypy update. - Update to 6.118.6 - When Hypothesis replays examples from its test database that it knows were previously fully shrunk it will no longer try to shrink them again. - This should significantly speed up development workflows for slow tests, as the shrinking could contribute a significant delay when rerunning the tests. - In some rare cases this may cause minor reductions in example quality. This was considered an acceptable tradeoff for the improved test runtime. - Update to 6.118.5 - This patch avoids computing some string representations we won’t need, giving a small speedup (part of issue #4139).
Comments 0