pytest-split icon indicating copy to clipboard operation
pytest-split copied to clipboard

Pytest plugin which splits the test suite to equally sized "sub suites" based on test execution time.

Results 43 pytest-split issues
Sort by recently updated
recently updated
newest added

With the new version, I detected some tests were not being run. Analyzing the logs, I realized some tests were being run twice or even 4 times in different groups....

The following packages are outdated | Package | Used | Update | |-----------------------------------------|-----------|-----------| | babel | 2.15.0 | 2.17.0 | | certifi | 2024.6.2 | 2025.4.26 | | charset-normalizer |...

Hi, We have integrated `pytest-split` as part of our CI pipeline and noticed the following behaviour. We were running our tests in 7 splits, but after updating the `.test_durations` script...

Changes from https://github.com/woltapp/wolt-python-package-cookiecutter | Date | Change | Hash | |------------|------------------------------------------|---------| | 2024-06-19 | Exclude changelog from end of file fixer | b25684a |

## Description Adding a cli command do combine several test durations files into one single file. Useful when running parallel jobs in GH actions and after want to combine all...

Is pytest-split compatible with pytest-testmon? I want ro run all tests in groups (using pytest-split) and then use testmon to run only the affected tests inside those groups. Testmon said...

would allow not polluting the line diff count in PRs that only update the durations file. ideally, users would only need to change the `--durations-path` extension to make this work:...

Hi, Is it possible to add a possibility to choose the name for .test_durations file that will be used? For exmaple: --test_duration_file .some_name Also i wanted to ask, if i...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

## Description Hi! I found a rather critical bug in the least duration algorithm when running together with random ordering and when durations do not exist. The issue arises from...