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,...
From @anuraaga comment: >... the key point is to set restart policy on failure to allow it to fail as expected on missing creds file until the copy completes. The...
The linked PR seems to be stalled with a really good point there we need to [clarify the interface](https://github.com/testcontainers/testcontainers-python/pull/676#issuecomment-2286200231) a bit before moving forward with it. Perhaps we should create...
Also from the top of [that same doc](https://docs.celeryq.dev/en/latest/userguide/testing.html): >Installing the pytest-celery plugin will install the celery.contrib.pytest infrastructure as well, alongside the pytest plugin infrastructure. The difference is how you use...