Riddy21 / Riddy21/Friday_Budgeting_Pro

[P8] End-to-end test against Plaid sandbox

Open
#28 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

phase-8 task
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Single test script that exercises the full flow against Plaid sandbox:

  1. Fresh install (empty DB)
  2. apply_initial_setup with sandbox bank
  3. complete_link with sandbox public_token
  4. sync() — pulls sandbox transactions
  5. Assert classifications happened (rule + LLM tiers)
  6. export_excel() — verify file created with expected sheets
  7. Assert cron job was registered (mock OpenClaw cron)

Runs in CI with sandbox creds from secrets.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the entry points for apply_initial_setup, complete_link, sync(), and export_excel(), then identify how OpenClaw cron registration is exposed for mocking. Build the end-to-end script around the listed Plaid sandbox flow and configure CI to use sandbox credentials from secrets. Done means classifications occur, the export has the expected sheets, and the cron job is registered.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, ci-cd, testing
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.