Skip to content

Commit

Permalink
Added additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
londonpatel committed Dec 9, 2024
1 parent fec76ea commit 9a69c00
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: minor
changes:
added:
- Climate Action Incentive amounts.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ metadata:
href: https://www.canada.ca/en/revenue-agency/services/child-family-benefits/cai-payment.html
- title: Canada Carbon Rebate (CCR) for individuals – How much you can get
href: https://www.canada.ca/en/revenue-agency/services/child-family-benefits/canada-carbon-rebate/how-much.html


Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
output:
climate_action_incentive_person: [373, 93, 93]

- name: Single parent with two children in Ontario.
period: 2024
input:
people:
parent:
climate_action_incentive_category: HEAD
c1:
climate_action_incentive_category: ELDEST_CHILD_IN_SINGLE_PARENT_HOUSEHOLD
c2:
climate_action_incentive_category: OTHER_CHILD
household:
members: [parent, c1, c2]
province_code: ONT
output:
climate_action_incentive_person: [488, 122, 122]

- name: Married couple with one child in Alberta.
period: 2023
input:
Expand Down

0 comments on commit 9a69c00

Please sign in to comment.