pytest-xdist icon indicating copy to clipboard operation
pytest-xdist copied to clipboard

report.node does sabotage serialization (affects pytest-html, possibly reportlog)

Open RonnyPfannschmidt opened this issue 2 years ago • 1 comments

we should figure a acceptable serialization

a initial idea is to put it in as something like

{"gateway": { "id" : node.gateway.id, "spec": node.gateway.spec}}

refs

  • pytest-dev/pytest-html#591
  • pytest-dev/pytest-html#592
  • pytest-dev/pytest-html#593

RonnyPfannschmidt avatar Mar 11 '23 20:03 RonnyPfannschmidt

additional refs https://github.com/pytest-dev/pytest-reportlog/issues/5 https://github.com/pytest-dev/pytest-reportlog/pulls/35

RonnyPfannschmidt avatar May 10 '23 13:05 RonnyPfannschmidt