itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.11k stars 66 forks source link

pytest integration #486

Open RonnyPfannschmidt opened 2 years ago

RonnyPfannschmidt commented 2 years ago

it would be nice to have a pytest integration that handles traces at test setp/call/teardown level as well as including eliot trees/traces onto a test report

itamarst commented 2 years ago

Can you expand on the first item, I don't quite understand it.

RonnyPfannschmidt commented 2 years ago

Basically I'd like to ensure the different reports in a pytest test item get reasonable Eliot action coverage and enable creation of trees for the phases of a test (setup, call, teardown)