Add pytest_report_serialize and pytest_report_unserialize hooks

These hooks will be used by pytest-xdist and pytest-subtests to
serialize and customize reports.
This commit is contained in:
Bruno Oliveira
2019-03-20 20:45:15 -03:00
parent 0c63f99016
commit 7b9a414524
4 changed files with 102 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ default_plugins = (
"stepwise",
"warnings",
"logging",
"reports",
)