Added notes about new pytest_xdist_make_scheduler hook

This commit is contained in:
Michael Elovskikh
2017-02-21 01:37:00 +05:00
parent a867f71c7a
commit 2c8efb5785
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,11 @@
- Add ``worker_id`` attribute in the TestReport
- new hook: ``pytest_xdist_make_scheduler(config, log)``, can return custom tests items
distribution logic implementation. You can take a look at built-in ``LoadScheduling``
and ``EachScheduling`` implementations. Note that required scheduler class public
API may change in next ``pytest-xdist`` versions.
1.15.0
------