Add comprehensive tests for SnaptradeAccount processors and data helpers. (#742)

Co-authored-by: luckyPipewrench <luckypipewrench@proton.me>
This commit is contained in:
LPW
2026-01-22 18:27:00 -05:00
committed by GitHub
parent 262de20602
commit 6279bfc497
3 changed files with 488 additions and 2 deletions

View File

@@ -12,9 +12,15 @@ configured_item:
scheduled_for_deletion: false
pending_account_setup: false
unconfigured_item:
# Item with credentials but not yet registered with SnapTrade
# (user_id and user_secret are blank - represents state after saving credentials
# but before connecting to SnapTrade portal)
pending_registration_item:
family: empty
name: "Pending Setup"
name: "Pending Registration"
client_id: "pending_client_id"
consumer_key: "pending_consumer_key"
# snaptrade_user_id and snaptrade_user_secret intentionally blank
status: good
scheduled_for_deletion: false
pending_account_setup: true