-
For instance, `aiida_localhost` in `manage/tests/pytest_fixtures.py`:
https://github.com/aiidateam/aiida-core/blob/dd866ce816e986285f2c5794f431b6e3c68a369b/src/aiida/manage/tests/pytest_fixtures.py…
-
Instead of `manage/tests/pytest_fixtures.py` use `tools/pytest_fixtures/` introduced in aiida 2.6.0. These new fixtures use the `sqlite_dos` storage backend by default. See https://aiida.readthedocs.i…
-
Currently used fixtures are deprecated, and will be removed with AiiDA version 3, so we should look into using fixtures from `aiida.tools.pytest_fixtures`.
Most fixtures have a direct correspondenc…
-
Hi there! 👋
First off, thank you for this fantastic bundle — it's been a pleasure to use and has made fixture management so much simpler! 🙏
I've come across a scenario while building an app that…
-
### Problem
The current testing framework in Rust, as implemented by `cargo test`, lacks a convenient way to define and manage setup teardown, and [fixtures objects](https://en.wikipedia.org/wiki/T…
-
**Is your feature request related to a problem? Please describe.**
Databases, especially in the supabase context, often need many helper functions, views, etc. That are troublesome to manage with mig…
-
Pytest offers various features, one of them being the use of [fixtures](https://docs.pytest.org/en/6.2.x/fixture.html). This helps us better manage the tests and setup preconditions. Using the `pytest…
-
Greetings human!
Bad news. `BraveSearchTestEnabled.DefaultAPIVisibleKnownHost` [failed on macos x64 nightly v1.52.35](https://ci.brave.com/job/brave-browser-build-macos-x64/6284/testReport/junit/(roo…
-
I'm pretty sure it's possible if we're willing to use greenlet.
Here's a sketch that's missing important details like exception propagation.
Hook pytest_runtest_loop to keep a Trio event loop ru…
-
Añadir datos iniciales (`fixtures` en Djando) permitiría probar la aplicación sin tener que clonar la base de datos, lo que posibilitará:
- Probar la aplicación solo clonando el repositorio, facili…