New issue 431: opt-in to store the last n sets of reports https://bitbucket.org/hpk42/pytest/issue/431/opt-in-to-store-the-last-n-sets-of-reports
Ronny Pfannschmidt: i'd like to propose a way to store all last reports in a numbered file in the cache directory the mode of operation should be the following -> open in append mode (also on slaves) -> for each report write the serialized string of that report to the file this would allow to compare test runs, create reports after a test, and help with analysis for crashes in tests its also free of the problems of something like a incremental junitxml and as additional we'd require serializable forms of the test reports in core, removing that from xdist and makign it more flexible _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit