-
Discussed in #5510 , I don't seem to have the ability to reopen that ticket so I opted to create a new one. As mentioned there it seems as if this should be working as of #4590 but I'm seeing differen…
-
**Describe the bug**
When using a imported fixture with dependencies its dependencies need to be imported too. These imported dependencies are reported as unused by pylint-pytest.
**To Reproduce**…
-
@nawtrey was interested in this potential addition--just keeps some common fixtures in a root test location to reduce duplication in the test suite--similar to description here: https://stackoverflow.…
-
Replace all instances `tmpdir` and `tmpdir_factory` pytest fixtures with `tmp_path` and `tmp_path_factory` fixtures, respectively.
Then in pyproject.toml:
```toml
[tool.pytest.ini_options]
add…
-
# Feature or enhancement
I would like to add `__enter__` and `__exit__` methods to [`contextvars.Context`](https://docs.python.org/3/library/contextvars.html#contextvars.Context) such that these tw…
-
Pytest fixtures should have intellisense similar to https://blog.jetbrains.com/pycharm/2018/08/pycharm-2018-2-and-pytest-fixtures/
-
Several tests fail:
```
_______________________________________________________________________________ ERROR at setup of test_BBANDS ________________________________________________________________…
-
When using [pytest fixtures](https://docs.pytest.org/en/latest/fixture.html), you are supposed to just declare them as input arguments, and they will be automagically loaded. For example:
```python…
-
### Description
A `ContextVar` set within a `lifespan` context manager is not available inside request handlers. By contrast, doing the same thing via an application level dependency does appear se…
-
Similar to https://github.com/pytest-dev/pytest/issues/1999
When you add a `required` option in `pytest_addoption` the `--fixtures` and `--markers` arguments cannot be used without specifying the r…