summaryrefslogtreecommitdiff
path: root/tests/test-wttrin--handle-fetch-callback.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor: fetch: extract response parsing into separate testable functionsCraig Jennings2025-11-131-0/+214
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.