checkvist-api/testdata
Oliver Jakoubek 2f44308d42 Add unit tests for Notes
Create notes_test.go with tests:
- TestNotes_List: list all notes on a task
- TestNotes_Create: create new note
- TestNotes_Update: update note comment
- TestNotes_Delete: delete note

Add testdata/notes/ fixtures:
- list.json: sample notes list

All 4 tests pass using httptest.Server mocking.

Closes checkvist-api-bbx
2026-01-14 13:47:23 +01:00
..
auth Add unit tests for Client and Auth 2026-01-14 13:35:44 +01:00
checklists Add unit tests for Checklists 2026-01-14 13:42:05 +01:00
notes Add unit tests for Notes 2026-01-14 13:47:23 +01:00
tasks Add unit tests for Tasks 2026-01-14 13:46:08 +01:00
.gitkeep Initial commit 2026-01-14 12:42:00 +01:00