{"library":"pytest-circleci-parallelized","title":"pytest-circleci-parallelized","description":"A pytest plugin to automatically split test execution across CircleCI parallel containers. Currently at v0.1.0, it distributes tests by timings or file path hash. Low release cadence; last release was initial.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytest-circleci-parallelized"],"cli":null},"imports":["import pytest"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Ensure CIRCLE_NODE_TOTAL and CIRCLE_NODE_INDEX are set\n# In CircleCI config, set parallelism > 1\n# Then run:\n#   pip install pytest-circleci-parallelized\n#   pytest --circleci-parallelize\n","lang":"bash","description":"Install the plugin and run pytest with --circleci-parallelize flag in a CircleCI job with parallelism > 1.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}