-
[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/11622006687)
Python 3.12 Test Summary
```
properties/test_index_manipulation.py::DatasetTest::runTest: ValueError: Cannot unstack Mult…
-
Trial makes it harder to figure out why a Hypothesis test failed.
Consider:
```python
from hypothesis import strategies as st, given
from unittest import TestCase
class Tests(TestCase):
…
-
We're actually running low on important semantic issues, so I'd probably turn next to performance issues - there are some very slow tests that I've just skipped because they take several minutes, or h…
-
-
This is an interesting plugin, thank you! I’ve recently started to add more [TAP](https://testanything.org/) based tests to a Python project and unifying test results for reporting using TAP is a grea…
-
### Describe the enhancement requested
Today I was looking at the test skips we get in conda-forge, and was wondering about
```
SKIPPED [17] $PREFIX/lib/python3.9/site-packages/pyarrow/tests/confte…
-
### Checklist
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [is…
-
[Tyche is a VS Code extension](https://marketplace.visualstudio.com/items?itemName=HarrisonGoldstein.tyche) designed to help users understand what their property-based tests are doing - with nice feat…
-
- [ ] docstring spacing is all messed up.
- [ ] docstrings are in numpy style; google style would be better
- [ ] doctests should be added throughout
- [ ] unittests tests are more like a hybrid hy…
-
(I don't have an overview and I didn't find an overview issue)
What functions do we have for hypothesis tests and related inference outside of models?
What functionality should we still add?
The…