-
#### What's the problem this feature will solve?
Support for per-execution fixtures in executors that wrap each test function and runs the function multiple times (for different examples) have been…
jobh updated
4 months ago
-
*As a developer, I'd like a limited number of relevant branches to be available so I don't need to sift through a bunch of irrelevant ones*
Current Branches: https://github.com/wsp-sag/network_wran…
-
A very old and common question is "how can I use fixtures for parametrization?" (#349). During the 2016 sprint we had a discussion which resulted in a [proposal](https://docs.pytest.org/en/latest/prop…
-
## The fix for this has been Back-ported to 3.11 at https://github.com/libgeos/geos/commit/5297e1e7d87a58708c2389a4bcce3e8b4f1f57e5
## Expected behavior and actual behavior.
Calling `.simplify(tol…
-
Sybil's pytest integration allows users to [request pytest fixtures](https://sybil.readthedocs.io/en/latest/integration.html#pytest).
Currently, if you typo a fixture name, you get this horrible in…
-
- Language Server version: 2023.9.31
- OS and version: Windows 11
- Python version: 3.11.5
## Code Snippet
test_fixtures.py
```python
from pytest import fixture
@fixture
def fixtur…
-
Async fixtures defined with `autouse` aren't automatically used. E.g.
```
@pytest.fixture(autouse=True):
async def clear_some_db_table():
...
```
I'm sure this is a side-effect of the trio-f…
-
* **What is the current behavior?**
Running the test suite, in particular the tests in `graphene/relay/tests/test_custom_global_id.py` fail if pytest 8.x is used.
```shell
__________ ERROR at s…
-
hi everyone,
before i evaluated ruff i wasn't even aware of flake8-pytest-styles,
as one of the pytest maintainers i'm particularly annoyed as the rules don't reflect documented and communicated b…
-
the archiver tests (also fuse tests, iirc) are way too complex, testing too much stuff in a single test.
so, let's add way more simple tests, only testing one specific and small thing per test, usi…