Janick Gerstenberger

Results 3 issues of Janick Gerstenberger

### Discussed in https://github.com/pytest-dev/pytest/discussions/11412 Originally posted by **jgersti** September 7, 2023 In #11284 @RonnyPfannschmidt mentioned that he would like to incorporate `pytest-lazy-fixture`[^1] and building blocks/hooks for `pytest-cases`[^2] like behaviour into...

type: proposal
topic: fixtures

`tests\cases\issues\test_issue_269.py` throws an exception during collection in most test environments with the following trace __(modulo the env name)__ ``` .nox\tests-3-9-env-pytest-latest\lib\site-packages\pluggy\_hooks.py:433: in __call__ return self._hookexec(self.name, self._hookimpls, kwargs, firstresult) .nox\tests-3-9-env-pytest-latest\lib\site-packages\pluggy\_manager.py:112: in _hookexec...

awaiting_bugfix_on_external_dependency

Properties on `DI/DOChannel`s with multiple lines and `Grouping.CHAN_FOR_ALL_LINES` cannot be accessed, because `channel.name` contains the wrong name. On an (_emulated_ and real) PCIe-6612 the following code snippet ```python with nidaqmx.Task()...