Ryan Hoban
Ryan Hoban
I am also interested in using this feature. Is it likely the proposed api will be as @edenhill reference [here](https://github.com/edenhill/librdkafka/issues/1135#issuecomment-288488181). Is making this api public something you might accept a...
Ideally this should work for even the `DockerContainer` as well.
My suspicion here is this has something to do with the `-rA` flag. This plugin captures output [here](https://github.com/pytest-dev/pytest-subtests/blob/main/src/pytest_subtests/plugin.py#L185) so I suspect we'd need to add something which looks at the...
I suspect this is simply because https://github.com/pytest-dev/pytest-subtests/pull/88 fixing this landed a few days ago and hasn't yet been published to pypi.
I was tinkering with how one might implement this hoping I might contribute, but honestly I'm not sure how best to proceed. When the `subtests.test` fails, the value of the...
It looks like I can call [pytest.exit](https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.exit) from inside that handling and it actually looks like the stack and output I'd somewhat hope to see. I've not used `pytest.exit` before,...