hypothesis¶
Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.
homepage: https://github.com/HypothesisWorks/hypothesis
Available installations¶
| hypothesis version | Supported CPU targets | Supported GPU targets | EESSI version | Module |
|---|---|---|---|---|
| 6.136.6 | generic: riscv64Arm: AMD: Intel: |
(none) | 2025.06 | hypothesis/6.136.6-GCCcore-14.3.0 |
| 6.133.2 | generic: riscv64Arm: AMD: Intel: |
(none) | 2025.06 | hypothesis/6.133.2-GCCcore-14.2.0 |