summaryrefslogtreecommitdiff
path: root/tests/test-org-gcal-mock.el
Commit message (Collapse)AuthorAgeFilesLines
* test:org-gcal: Add mock tests for API request captureCraig Jennings2025-10-271-0/+112
Add a new test file `test-org-gcal-mock.el` to mock and capture what org-gcal sends to the Google Calendar API. This enables debugging of sync issues without making real API calls. Includes methods to capture HTTP requests and verify API call details.