Skip to content

Commit a8c9f4d

Browse files
committed
Updated tests
1 parent a2c0df4 commit a8c9f4d

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- name: Test case 1 # SALT has a cap of 5000 for seperate
2+
period: 2021
3+
input:
4+
filing_status: SEPARATE
5+
tax_unit_itemizes: true
6+
medical_expense_deduction: 6_000 # Goes into itemized_taxable_income_deductions
7+
standard_deduction: 4_000
8+
real_estate_taxes: 3_000
9+
prior_year_state_income_tax_paid: 1_000
10+
state_code: SC
11+
output:
12+
sc_additions: 1_000

fiscalsim_us/tests/policy/baseline/gov/states/sc/tax/income/additions/sc_state_tax_addback.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: Test case 1 #salt has a cap of 5000 for seperate
1+
- name: Test case 1 # SALT has a cap of 5000 for seperate
22
period: 2021
33
input:
44
filing_status: SEPARATE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- name: Basic calculation, not eligible
2+
period: 2022
3+
input:
4+
people:
5+
person1:
6+
is_tax_unit_head: true
7+
households:
8+
household:
9+
members: [person1]
10+
state_code: TX
11+
output:
12+
sc_tuition_credit_eligible: false

0 commit comments

Comments
 (0)