Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ichard26/pytest-balance-xdist
Divide tests into evenly balanced workloads for each xdist worker.
https://github.com/ichard26/pytest-balance-xdist
pytest-plugin python testing
Last synced: 3 days ago
JSON representation
Divide tests into evenly balanced workloads for each xdist worker.
- Host: GitHub
- URL: https://github.com/ichard26/pytest-balance-xdist
- Owner: ichard26
- License: apache-2.0
- Created: 2023-05-13T01:37:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-13T02:46:33.000Z (over 1 year ago)
- Last Synced: 2024-12-04T16:39:22.952Z (about 1 month ago)
- Topics: pytest-plugin, python, testing
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pytest-balance-xdist
A forked version of the `balance_xdist_plugin.py`
[Ned Batchelder uses to speed up the coverage.py test suite][blog-post], packaged for
general use.## License
Original version of the plugin was written by Ned Batchelder. Please see
[`NOTICE.txt`](./NOTICE.txt) for licence details.[blog-post]: https://nedbatchelder.com/blog/202112/loadbalanced_xdist.html