pytest-circleci-parallelized
Parallelize pytest across CircleCI workers.
Features
Leverage the builtin parallelism of CircleCI to run your test suites. Call pytest with the --circleci-parallelize flag to automatically split tests amongst nodes using the circleci tests split utility.
Read more about CircleCI test splitting here.
# .circleci/config.yml
version: 2
jobs:
test:
docker:
- image: circleci/python:3
parallelism: 10
steps:
- checkout
- run: pytest --circleci-parallelize
workflows:
version: 2
test:
jobs:
- test
Installation
You can install "pytest-circleci-parallelized" via pip from PyPI.
pip install pytest-circleci-parallelized
Contributing
Contributors welcome! Tests can be run with [pytest][pytest]
License
Distributed under the terms of the MIT license, pytest-circleci-parallelized is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Release files for pytest-circleci-parallelized 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytest-circleci-parallelized-0.1.0.tar.gz | 3.8 kB | Details |
Release files / pytest-circleci-parallelized-0.1.0.tar.gz
| Download URL | pytest-circleci-parallelized-0.1.0.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7d5923a78d61272bb665fafa3708044b38a946c767ee8ef342ce087289edff92
|
|
BLAKE2b-256 checksum How to use checksums |
1bb3596beb8d2f697d181caa16eb8c316c140842816d9861afa6d9e6acedaa47
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.12
|