Commit 98b55fd
Rewrite tests as modern pytest with Pydantic support
- Convert old commented unittest tests to pytest
- Add comprehensive test coverage for process_request, select_important_assembly, and prepare_structured_data
- Use pytest fixtures for better test organization
- Test Pydantic model validation
- Remove obsolete test_should_succeed function
- Update README example to reference actual test
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent aaa5f71 commit 98b55fd
2 files changed
+357
-331
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments