Add new pytest_xdist_node_collection_finished hook

Fix #8
This commit is contained in:
Bruno Oliveira
2015-12-12 12:38:45 -02:00
parent 5d26154efb
commit 2ae9bd7f43
4 changed files with 78 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
1.14.0.dev
----------
- new hook: ``pytest_xdist_node_collection_finished(node, ids)``, called when
a worker has finished collection. Thanks Omer Katz for the request and
Bruno Oliveira for the PR.
1.13.2.dev
----------