[Pytest-commit] Issue #737: position tracked captureas optimization (pytest-dev/pytest)

Ronny Pfannschmidt issues-reply at bitbucket.org
Tue May 5 10:56:21 CEST 2015


New issue 737: position tracked captureas optimization
https://bitbucket.org/pytest-dev/pytest/issue/737/position-tracked-captureas-optimization

Ronny Pfannschmidt:

currently details like io capture and log capure make a new fd/item per test

i believe the io capture setup/teardown process could be much quicker and more detailed,

if instead of having a new capture per item/detail, ther would be one tracked io per stream, and pytest would track boundaries by stream positions

as downside its possible that unrelated items from other tests write,
but practically that is also possible with the current capture when the writes come from a c api for example




More information about the pytest-commit mailing list