-
Mainly, show how to isolated the database per test, so that changes are rolled back without having to re-create the database each time. The [pytest-flask-sqlalchemy](https://github.com/jeancochrane/py…
-
currently pytest plugins have to replicate a number of mechanisms to handle async fixtures
#207 was originally intended to help with that, but was more broad than necessary
with #7337 being soo…
-
I've got a relatively large project with many benchrmarks written as pytest fixtures and benchmarks collected with [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)
Would it be feasib…
nzjrs updated
3 years ago
-
Upsides:
* Can make test setup/teardown faster
* Since we have to run fixtures in independent tasks anyway (see #55), running them concurrently was easier than running them sequentially.
Counte…
-
Doesn't worth it until several testing related issues are fixed:
- [ ] `Fatal Python error: GC object already tracked`, https://github.com/pytest-dev/pytest-asyncio/issues/61
- [ ] `pytest-curio` sh…
-
### Issue Report Checklist
* [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports
## Problem Description
Pytest 8 no longer works w…
-
Some live servers support fixtures with a scope other than `session`, for example [pytest-flask](https://pytest-flask.readthedocs.io/en/latest/features.html#live-server-scope-set-the-scope-of-the-live…
-
Hi,
after I run ` pytest --dead-fixtures` I get an output e.g.
![image](https://user-images.githubusercontent.com/44274784/189232268-e624d558-3f56-42a0-a967-075a140a30ef.png)
To double check if i…
-
Nuts uses a lot of pytest internals (namely pytest's Python API) to generate tests (`yamlloader.py`: `NutsTestFile`). This works, but abuses a lot of internal functionalities of pytest and makes the w…
-
```
=============================== warnings summary ===============================
test_runner/fixtures/zenith_fixtures.py:331
/home/circleci/project/test_runner/fixtures/zenith_fixtures.py:331…