-
I want to use pytest-flask-sqlalchemy with fixtures with `scope='module'`
For example i have creating user:
```python
@pytest.fixture(scope='module')
def user(db_session):
user = User(
user…
-
From #6438
We had an error, action here https://github.com/meltano/meltano/runs/7367356450?check_suite_focus=true
It was easy to tell what was wrong in the `meltano.yml` , but not so easy to re…
visch updated
1 month ago
-
running pytest==4.1.0
got this error
```
_____________________ ERROR collecting tests/test_quote.py _____________________
Fixture "conftest_dir" called directly. Fixtures are not meant to be ca…
-
Rename `_ca(s)sette_name` helper function to `cassette_name` to be a part of the API.
-
See build log [here](https://btx.cloud.google.com/invocations/ab643240-d58f-4e60-812b-30521d3b5065/log) where the presubmit `Kokoro Prerelease Dependencies` which runs the `prerelease_deps` nox sessio…
-
#### What's the problem this feature will solve?
I am the author of [next-actions/pytest-mh](https://github.com/next-actions/pytest-mh) which is a multihost testing plugin for pytest. We are do…
-
If I run the first example, as it is, I get the error:
> fixture 'mocked' not found
However if placed in a class it works:
```
import aiohttp
import asyncio
from aioresponses import aiore…
-
## Resource
- examples: https://github.com/pytorch/examples, the fork: https://github.com/cosdt/pytorch-examples/tree/npu
- benchmark: https://github.com/pytorch/benchmark, models: https://github.…
shink updated
3 weeks ago
-
Re-use some of the fixtures (e.g., `RPM_UNSIGNED_FIXTURE_URL` repositories) between tests by grouping them into a class. This should reduce the number of syncs required for each test to pass because r…
-
On 1450f6fef8c58883830ee5c5eed638c7c9fef291
```
# sudo docker run bubblesub
============================= test session starts ==============================
platform linux -- Python 3.10.4, pytest…