pytest-split
pytest-split copied to clipboard
Pytest plugin which splits the test suite to equally sized "sub suites" based on test execution time.
I am currently using this plugin for splitting up my tests. A lot of my pytests consist of multiple test cases which are depended on one another. Is there a...
## Description Store durations with option keeps the timing of already run testcases ref: https://github.com/jerry-git/pytest-split/issues/80 ## Checklist - [x] Tests covering the new functionality have been added - [x] Documentation...
## Description Thanks for the great lib, but I would like to have the option to keep the timing of the tests that have already been run. This would allow...
I have a couple of tests that depend on each other. I am using `pytest-dependency` to define the relationships. Is there anyway to make sure these tests are always in...
I'm running `pytest-split` on a test suite that has a lot of slow tests which are `pytest.mark`ed as slow and skipped by default. I can include all these tests by...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.32. Release notes Sourced from gitpython's releases. v3.1.32 - with another security update What's Changed Bump cygwin/cygwin-install-action from 3 to 4 by @dependabot in gitpython-developers/GitPython#1572...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Hi, first: thank you for the cool tool, it really helps with faster CI pipelines :) My request: can you make the split algorithm take pytest dependencys into account? We...
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.11 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...