Artsiom Kaltovich

Results 3 issues of Artsiom Kaltovich

Hello the PR has following motivation: 1) Fix for https://github.com/TvoroG/pytest-lazy-fixture/issues/24. Usage: import pytest @pytest.fixture(params=[ dict(one=1, two=pytest.lazy_fixture('two')), dict(one=pytest.lazy_fixture('one'), two=2), dict(one=pytest.lazy_fixture('one'), two=pytest.lazy_fixture('two')) ]) def some(request): return request.param @pytest.fixture def one(): return 1...

Hello. I've just install pytest-doctestplus, so sorry, for probably stupid question. I am written the following doc: ``` >>> 43 + 1 44 .. testcode:: 43 + 1 The result...

### Bug description ```python Steps to reproduce: class Model: field: list[int] | None = None def method(self): return [f + 1 for f in self.field] if self.field else None if...

Astroid
False Positive 🦟
Needs PR