A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ryanwilsonperkin/pytest-circleci-parallelized below:

ryanwilsonperkin/pytest-circleci-parallelized: Parallelize pytest across CircleCI workers.

pytest-circleci-parallelized

Parallelize pytest across CircleCI workers.

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

You can install "pytest-circleci-parallelized" via pip from PyPI.

pip install pytest-circleci-parallelized

Contributors welcome! Tests can be run with pytest

Distributed under the terms of the MIT license, pytest-circleci-parallelized is free and open source software.

If you encounter any problems, please file an issue along with a detailed description.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4