# TDD Guard Pytest Reporter
Pytest plugin that captures test results for TDD Guard validation.
## Requirements
- [TDD Guard](https://github.com/nizos/tdd-guard) must be installed
- Python 3.8+
- pytest 6.0+
## Installation
```bash
# First install TDD Guard
npm install -g tdd-guard
# Then install the pytest plugin
pip install tdd-guard-pytest
```
## Usage
The plugin automatically activates when installed. No configuration needed.
## How it Works
1. Captures test results during pytest execution
2. Saves results to `.claude/tdd-guard/data/test.json`
3. TDD Guard reads these results to validate TDD compliance
## License
MIT
Raw data
{
"_id": null,
"home_page": null,
"name": "tdd-guard-pytest",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "tdd, test-driven-development, testing, pytest, claude",
"author": "Nizar Selander, Durafen",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/f7/71/60eba799940cdf27b787df8bff326867b5598ac02a646f63c926c46209ee/tdd_guard_pytest-0.1.0.tar.gz",
"platform": null,
"description": "# TDD Guard Pytest Reporter\n\nPytest plugin that captures test results for TDD Guard validation.\n\n## Requirements\n\n- [TDD Guard](https://github.com/nizos/tdd-guard) must be installed\n- Python 3.8+\n- pytest 6.0+\n\n## Installation\n\n```bash\n# First install TDD Guard\nnpm install -g tdd-guard\n\n# Then install the pytest plugin\npip install tdd-guard-pytest\n```\n\n## Usage\n\nThe plugin automatically activates when installed. No configuration needed.\n\n## How it Works\n\n1. Captures test results during pytest execution\n2. Saves results to `.claude/tdd-guard/data/test.json`\n3. TDD Guard reads these results to validate TDD compliance\n\n## License\n\nMIT\n",
"bugtrack_url": null,
"license": null,
"summary": "Pytest plugin for TDD Guard - enforces Test-Driven Development principles",
"version": "0.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/nizos/tdd-guard/issues",
"Documentation": "https://github.com/nizos/tdd-guard/tree/main/reporters/pytest",
"Homepage": "https://github.com/nizos/tdd-guard",
"Repository": "https://github.com/nizos/tdd-guard"
},
"split_keywords": [
"tdd",
" test-driven-development",
" testing",
" pytest",
" claude"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2c3e9c5c647bc8ec9571d5e1dc99ca9b63443530fb4f64ffd3c5186bc6daa266",
"md5": "bdbd1cee37408adb14831dfd9084b8ad",
"sha256": "818ea7368da2d61bb5966619ea26a56fa0ae2e1cd22998a032c2a595a250879a"
},
"downloads": -1,
"filename": "tdd_guard_pytest-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bdbd1cee37408adb14831dfd9084b8ad",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3553,
"upload_time": "2025-07-24T15:38:59",
"upload_time_iso_8601": "2025-07-24T15:38:59.546158Z",
"url": "https://files.pythonhosted.org/packages/2c/3e/9c5c647bc8ec9571d5e1dc99ca9b63443530fb4f64ffd3c5186bc6daa266/tdd_guard_pytest-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f77160eba799940cdf27b787df8bff326867b5598ac02a646f63c926c46209ee",
"md5": "6ffc115cb076c13f7a022e672ee62a8a",
"sha256": "5bfe77be648a99d29c497f6eaffc7982b6274de91109f81570bc85520f98b695"
},
"downloads": -1,
"filename": "tdd_guard_pytest-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6ffc115cb076c13f7a022e672ee62a8a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4213,
"upload_time": "2025-07-24T15:39:00",
"upload_time_iso_8601": "2025-07-24T15:39:00.522041Z",
"url": "https://files.pythonhosted.org/packages/f7/71/60eba799940cdf27b787df8bff326867b5598ac02a646f63c926c46209ee/tdd_guard_pytest-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-24 15:39:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nizos",
"github_project": "tdd-guard",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tdd-guard-pytest"
}