[PR #2168] [MERGED] Tests: Add api tests for payees and transactions #4152

Closed
opened 2026-02-28 20:52:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2168
Author: @twk3
Created: 1/3/2024
Status: Merged
Merged: 1/9/2024
Merged by: @twk3

Base: masterHead: twk3/api-tests-payees-trans


📝 Commits (4)

  • 278bd37 Tests: Add api CRUD tests for payees and transactions
  • 9c91eaa Add release note
  • 485ee20 Merge branch 'master' into twk3/api-tests-payees-trans
  • 46ab012 Merge branch 'master' into twk3/api-tests-payees-trans

📊 Changes

2 files changed (+119 additions, -0 deletions)

View changed files

📝 packages/api/methods.test.ts (+113 -0)
upcoming-release-notes/2168.md (+6 -0)

📄 Description

Part of https://github.com/actualbudget/actual/issues/1074

Finishes the CRUD tests by adding tests for Payees and Transactions.

Remaining untested methods for followup are:

Import
Download
Sync
BatchBudgetUpdate
RunQuery


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/2168 **Author:** [@twk3](https://github.com/twk3) **Created:** 1/3/2024 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@twk3](https://github.com/twk3) **Base:** `master` ← **Head:** `twk3/api-tests-payees-trans` --- ### 📝 Commits (4) - [`278bd37`](https://github.com/actualbudget/actual/commit/278bd376377b28c00148cd52377a026a74f85d6f) Tests: Add api CRUD tests for payees and transactions - [`9c91eaa`](https://github.com/actualbudget/actual/commit/9c91eaae40c080c8a69ce15989883ccc1bac9a8e) Add release note - [`485ee20`](https://github.com/actualbudget/actual/commit/485ee204d6a4551b5546bd74fbe1ac8a65454df9) Merge branch 'master' into twk3/api-tests-payees-trans - [`46ab012`](https://github.com/actualbudget/actual/commit/46ab012184608cbfa40175c6dfec7b4c5e28b165) Merge branch 'master' into twk3/api-tests-payees-trans ### 📊 Changes **2 files changed** (+119 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.test.ts` (+113 -0) ➕ `upcoming-release-notes/2168.md` (+6 -0) </details> ### 📄 Description Part of https://github.com/actualbudget/actual/issues/1074 Finishes the CRUD tests by adding tests for Payees and Transactions. Remaining untested methods for followup are: Import Download Sync BatchBudgetUpdate RunQuery --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:52:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4152