{"library":"pytest-bazel","title":"pytest-bazel","description":"A pytest plugin that collects and runs tests in Bazel workspaces. Currently at version 0.1.6 with no active maintenance; last release was in 2020. Works by integrating pytest with Bazel's test runner, enabling parallel execution and caching. Suitable for Python projects using Bazel as their build system.","language":"python","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["pip install pytest-bazel"],"cli":null},"imports":["pytest_bazel is a plugin; no direct import needed. Use `--bazel` flag with pytest."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Ensure pytest-bazel is installed\n# Add to BUILD file or run:\npytest --bazel --bazel-python=$(which python) tests/\n","lang":"python","description":"Run pytest with Bazel support.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}