Jerry Pussinen

Results 51 comments of Jerry Pussinen

Sublime Text: `log_open_cmd: "/usr/local/bin/subl {path}:{line_number}"`

Hi @GolfDocAndy! Thanks for the suggestion! I might consider creating a multithreading related dose but I'm afraid it wouldn't be beginner friendly if I did. I'm planning to keep the...

Great, thank you! Could you add some test(s) and make the CI green.

Happy to take a PR for this 🙂 I this the best would be to have a CLI flag for it such that it could be used with all the...

FYI there's also demand for keeping tests from a single module within the same group: https://github.com/jerry-git/pytest-split/issues/108. Thus, I think introducing a CLI flag for both use cases is better than...

Hey 👋 ! There's already support for different splitting algorithms, see * `--splitting-algorithm` CLI flag * currently supported [algos in the README](https://github.com/jerry-git/pytest-split?tab=readme-ov-file#splitting-algorithms) * and their implementations in https://github.com/jerry-git/pytest-split/blob/master/src/pytest_split/algorithms.py I believe...

If the main motivation is to optimise the usage with xdist, I guess there could be also use cases which prefer to have multiple test runner nodes (e.g. GHA workers)....

Let's first align on the naming: * module is a .py file * package is a directory which contains .py files, including `__init__.py` I think the pragmatic solution would be...

> recover these groups by name so I can label in other CI/CD @wd60622 what do you mean by this?

Interesting! Probably not an open source repo as you didn't include a link to a GHA run? If it's private, could you share the durations file? The test names can...