Merge pull request #218 from nicoddemus/teardown-crash

Identify correct test crashed during teardown and support multiple test logs from plugins
This commit is contained in:
Bruno Oliveira
2017-08-10 21:33:08 -03:00
committed by GitHub
6 changed files with 74 additions and 19 deletions

1
changelog/124.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix issue where tests were being incorrectly identified if a worker crashed during the ``teardown`` stage of the test.

2
changelog/206.feature Normal file
View File

@@ -0,0 +1,2 @@
``xdist`` now supports tests to log results multiple times, improving integration with plugins which require
it like `pytest-rerunfailures <https://github.com/gocept/pytest-rerunfailures>_`.