long-git-hash

Results 5 comments of long-git-hash

I am currently working on an implementation for that.

My current implementation goes this way, that I want to support the following splitting boundaries: ``` class Boundary(enum.Enum): FUNCTION = pytest.Function CLASS = pytest.Class MODULE = pytest.Module PACKAGE = pytest.Package...

While implementing the PR for this "splitting on boundaries" feature I stumbled over an issue with the test coverage. I get the warning: ``` ~/git/pytest-split/.venv/lib/python3.12/site-packages/coverage/inorout.py:519: CoverageWarning: Module pytest_split was previously...

@jerry-git What shall I do with this test coverage issue mentioned in https://github.com/jerry-git/pytest-split/issues/82#issuecomment-2569566564 (just above)? Shall I submit my changes with some minor refactoring in tests or in separate commits?

My custom version splitting on class boundaries is now running for half a year in our test rack.