Skip to content

Commit dc513dd

Browse files
authored
Update AGENTS.md
1 parent 2a4d3bf commit dc513dd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,6 @@ def test_example(app, status, warning, get_sphinx_app_output):
197197
assert warnings == ""
198198
```
199199

200-
## Testing Philosophy
201-
202-
1. **Always add tests** for new features and bug fixes
203-
2. **Unit tests should be atomic** – fast and focused
204-
3. **Document test purpose** – explain *why* the test exists
205-
4. **Use parameterized tests** (rstest/pytest) for multiple scenarios
206-
5. **Use snapshot tests** (insta/syrupy) for complex outputs
207200

208201
## Commit Message Format
209202

0 commit comments

Comments
 (0)