Add acceptance test for plugins which log tests multiple times

Fix #206
This commit is contained in:
Bruno Oliveira
2017-08-10 11:18:52 -03:00
parent f8e138b986
commit 2adf810e5e
2 changed files with 28 additions and 0 deletions

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>_`.