fire-planner/tests/fixtures/reddit/example_002.json
Viktor Barzin 9e14909ca6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
examples: 5 hand-curated fixtures + parametrized regression suite
2026-05-28 22:36:49 +00:00

21 lines
651 B
JSON

{
"post": {
"reddit_id": "fx002",
"source_sub": "leanfire",
"url": "https://reddit.com/fx002",
"title": "Pulled the trigger in Manchester — leanFIRE at 44",
"body": "Net worth £620k, single, no kids. Spending ~£18k/yr in Manchester (UK). Not strictly retired — doing freelance one day a week. Lean by choice, not by force.",
"created_at": "2026-02-12"
},
"expected": {
"country": "United Kingdom",
"city": "Manchester",
"portfolio_native": 620000,
"annual_exp_native": 18000,
"raw_currency": "GBP",
"age": 44,
"family_size": 1,
"fi_status": "leanFIRE",
"is_retired": false
}
}