pytest-test-groups icon indicating copy to clipboard operation
pytest-test-groups copied to clipboard

WIP/RFC: use hookwrapper to handle items in the end

Open blueyed opened this issue 8 years ago • 3 comments

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 -k selects only a single test and you use test-group-count=2 test-group=2.

blueyed avatar Feb 09 '17 21:02 blueyed

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.

s0undt3ch avatar Feb 10 '18 13:02 s0undt3ch

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.

blueyed avatar Jul 29 '18 11:07 blueyed

I've also gone custom since this plugin is not being maintained, apparently.

s0undt3ch avatar Jul 29 '18 14:07 s0undt3ch