Skip to content

Commit 98b55fd

Browse files
mattgodboltclaude
andcommitted
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

File tree

2 files changed

+357
-331
lines changed

2 files changed

+357
-331
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The service will be available at http://localhost:8000
6464
uv run pytest
6565

6666
# Run specific test
67-
uv run pytest app/explain_test.py::test_should_succeed
67+
uv run pytest app/explain_test.py::TestProcessRequest::test_process_request_success
6868
```
6969

7070
### Code Quality

0 commit comments

Comments
 (0)