Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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