aboutsummaryrefslogtreecommitdiff
path: root/tests/test-wttrin--extract-response-body.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor: fetch: extract response parsing into separate testable functionsCraig Jennings2025-11-131-0/+156
Extracted wttrin--extract-response-body and wttrin--handle-fetch-callback from wttrin--fetch-url to improve testability and separation of concerns. Added comprehensive unit tests for both new functions.