wimglenn / pytest-structlog

Structured logging assertions
MIT License
54 stars 6 forks source link

Logging context can leak between tests #24

Closed logi closed 1 year ago

logi commented 1 year ago

I have observed and fixed this locally. When the processor chain includes merge_contextvars then the fixture needs to call clear_contextvars before yielding

I'll make a simple testcase and an MR in a moment.