-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
Tests using the `recursive` strategy shrink very slowly. For example, this test
```py
from hypothesis import given, strategies as st
@given(st.recursive(st.dictionaries(st.integers(0, 255), st.…
-
Seen in daily cron predeps job sometimes.
Example log: https://github.com/astropy/astropy/actions/runs/9476007324/job/26108233392
```
___________________ test_timedelta_full_precision_arithmeti…
pllim updated
5 months ago
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
@stefanv In Seattle and @matthew-brett in Santa Rosa, we discussed that SciPy has functions for performing
- Monte Carlo hypothesis tests ([`scipy.stats.monte_carlo_test`](https://docs.scipy.org/d…
-
### Describe the bug, including details regarding any error messages, version, and platform.
When running the pyarrow 16.0.0 test suite on Python 3.11.9 on Gentoo Linux amd64, I'm seeing repeating Hy…
-
LLM2Vec: Large Language Models Are Secretly Powerful Text Encoders
https://arxiv.org/abs/2404.05961
https://code.visualstudio.com/updates/v1_95
-
### Path
https://unify.ai/docs/ivy/overview/deep_dive/ivy_tests.html#id2
### Section
Data Generation
### Actual Behavior
we are missing the information on running the examples (we might…
-
At the moment, Schemathesis handle some recursive references by stopping inlining at some level (100), but in some cases, it still comes to the data generation level.
I'll update this issue with mo…
-
We now have both the code and CI job to run `hypothesis` tests.
In this issue I invite everyone to propose ideas: what can we test with it?
Criteria:
1. Tests should be suitable for property-base…