Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Oct 3, 2024
1 parent a2c0df4 commit a8c9f4d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: Test case 1 # SALT has a cap of 5000 for seperate
period: 2021
input:
filing_status: SEPARATE
tax_unit_itemizes: true
medical_expense_deduction: 6_000 # Goes into itemized_taxable_income_deductions
standard_deduction: 4_000
real_estate_taxes: 3_000
prior_year_state_income_tax_paid: 1_000
state_code: SC
output:
sc_additions: 1_000
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Test case 1 #salt has a cap of 5000 for seperate
- name: Test case 1 # SALT has a cap of 5000 for seperate
period: 2021
input:
filing_status: SEPARATE
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: Basic calculation, not eligible
period: 2022
input:
people:
person1:
is_tax_unit_head: true
households:
household:
members: [person1]
state_code: TX
output:
sc_tuition_credit_eligible: false

0 comments on commit a8c9f4d

Please sign in to comment.