WIP/RFC: use hookwrapper to handle items in the end
This allows for proper grouping when using e.g. -k: items will be
narrowed down already by then.
TODO:
- [ ] will throw an "Invalid test-group argument" when
-kselects only a single test and you use test-group-count=2 test-group=2.
This also applies to markers.
@blueyed please update to latest master branch in order for the CI process to run till the end. You seem to have created this PR from an older commit.
This also applies to markers.
What does it mean? Does it need more changes?
I am not using this plugin myself - I've gone with a custom approach to splitting in pytest_collection_modifyitems.
Feel free to close it, or pick it up yourself.
I've also gone custom since this plugin is not being maintained, apparently.