Pytest plugin for TDD Guard that enforces Test-Driven Development principles during testing. Current version 0.1.2, requires Python >=3.8. Released as part of the TDD Guard ecosystem; releases are sporadic.
pip install tdd-guard-pytestVerified import paths — ran on the pinned version, not inferred.
After installation, use `pytest --tdd-guard` to enable TDD Guard validation. The plugin auto-detects install.
Install the TDD Guard CLI: npm install -g tdd-guard
Use 'import tdd_guard_pytest' or 'from tdd_guard_pytest import ...'