-
**Describe the bug**
Following the basic use cases in the README does not work.
pytest returns `fixture 'message' not found`.
Tested with poetry and pip.
**To Reproduce**
```bash
poetry init
…
-
Por favor Edu.
Faz uma nova live sobre tests para explicar o pytest fixtures, está muito dificil o conceito.
-
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0.
Release notes
Sourced from pytest's releases.
8.2.0
pytest 8.2.0 (2024-04-27)
Deprecations
#12069: A deprecation warning i…
-
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0.
Release notes
Sourced from pytest's releases.
8.2.0
pytest 8.2.0 (2024-04-27)
Deprecations
#12069: A deprecation warning i…
-
aiida-core 1.0 now ships with a number of fixtures for running tests, but there is clearly room for improvement.
We should decide which of the following features should also be included:
fixture…
-
### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### AnyIO …
-
https://anyio.readthedocs.io/en/stable/testing.html has a much cleaner implementation at a fraction of the code size: https://github.com/agronholm/anyio/blob/master/src/anyio/pytest_plugin.py
Discu…
-
### Bug Description
The tests fail intermittently (but really often) during test `test_upload_pipeline`
```
tests/integration/test_kfp_functional_v2.py::test_build_and_deploy PASSED
tests/integr…
-
Currently our unit tests use a mixture of bespoke testing objects and well defined pytest fixtures. We should move to use pytest fixtures across the board (as much as is reasonable anyway)
- [ ] co…
-
Pytest-asyncio v0.24 introduced the configuration option _asyncio_default_fixture_loop_scope_ which controls the event loop in which async fixtures are run. In order to allow partial migration of test…