-
I'd like to re-examine this. It was an early goal of Ward that was dropped. It's actually the reason the `@using` decorator exists!
Ideally we could write tests like:
```python
@given(text())
…
-
You know what would be amazing? Symbolically executing tests written for [Hypothesis](https://hypothesis.readthedocs.io/en/latest/quickstart.html)! For example:
```python
@given(st.integers(min_…
-
Sorry if this has come up already. Well done in maintaining such a great package.
Any thoughts about adding pairwise tests to your `ggduo` function?
Continuous-continous - correlation as in `g…
-
### What was wrong?
Want to catch/prevent more issues like ethereum/web3.py#466 earlier.
### How can it be fixed?
More hypothesis tests. Piper's suggestions (on ethereum/web3.py#477):
* A …
-
See for instance https://github.com/data-apis/array-api-strict/actions/runs/9686873755/job/26730272068?pr=35
```
FAILED array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_or…
-
Instead of a bunch of boilerplate for a hypothesis test you could simple have:
```
@given(sim=simulations(max_nodes=2))
def test_...
```
Working on this on Axelrod at the moment it's actually pretty…
-
The following data types are not yet available:
* [x] Datetime with time zone
* [x] Binary
* [x] Struct
* [x] Array
* [x] ~Decimal~ Apparently, decimals are available but disabled by default.
…
-
This is a tracking issue for tests that are currently incomplete. These are mostly notated in the code by TODO comments, but it's useful to note them all here too. I haven't checked everything through…
-
Look into using [hypothesis](https://hypothesis.readthedocs.io/en/latest/) to expand test coverage, especially useful for tests which only confirm that the old and new endpoint behave the same (minus …
-
Hi and thank you for this repo!
Is there a chance it can be ported to HypothesisTests.jl?