summaryrefslogtreecommitdiff
path: root/tests/test-org-gcal-mock.el
AgeCommit message (Collapse)Author
7 daystest:org-gcal: Add mock tests for API request captureCraig Jennings
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.