Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Fix invalid filing_status enum values in test files (lowercase 'single', numeric '0', typos 'WIDWO' and 'HEAD_OF_HOUSE_HOLD').
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
input:
state_code: CO
co_federal_deduction_addback_required: true
filing_status: HEAD_OF_HOUSE_HOLD
filing_status: HEAD_OF_HOUSEHOLD
itemized_taxable_income_deductions: 40_000
output:
co_federal_deduction_addback: 10_000
Expand Down Expand Up @@ -304,7 +304,7 @@
input:
state_code: CO
co_federal_deduction_addback_required: true
filing_status: HEAD_OF_HOUSE_HOLD
filing_status: HEAD_OF_HOUSEHOLD
taxable_income_deductions: 32_000
output:
co_federal_deduction_addback: 20_000
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
input:
mo_adjusted_gross_income: 0
tax_unit_taxable_social_security: 0
filing_status: 0
filing_status: SINGLE
taxable_private_pension_income: 0
state_code: MO
output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
input:
mo_adjusted_gross_income: 0
taxable_social_security: 0
filing_status: 0
filing_status: SINGLE
state_code: MO
output:
mo_pension_and_ss_or_ssd_deduction_section_c: 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- name: Real estate taxes and mortgage capped
period: 2022
input:
filing_status: WIDWO
filing_status: SURVIVING_SPOUSE
mortgage_interest: 11_000
real_estate_taxes: 11_000
charitable_deduction: 0
Expand All @@ -25,7 +25,7 @@
- name: Real estate taxes and mortgage capped with medical and charitable
period: 2022
input:
filing_status: WIDWO
filing_status: SURVIVING_SPOUSE
mortgage_interest: 11_000
real_estate_taxes: 11_000
charitable_deduction: 1_000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
taxable_social_security: 5_000
ut_total_income: 20_000
tax_exempt_interest_income: 500
filing_status: single
filing_status: SINGLE
state_code: UT
output:
ut_ss_benefits_credit_max: 242.50
Expand All @@ -15,7 +15,7 @@
taxable_social_security: 5_000
ut_total_income: 30_000
tax_exempt_interest_income: 500
filing_status: single
filing_status: SINGLE
state_code: UT
output:
ut_ss_benefits_credit_max: 242.50
Expand All @@ -26,7 +26,7 @@
taxable_social_security: 5_000
ut_total_income: 25_000
tax_exempt_interest_income: 500
filing_status: single
filing_status: SINGLE
state_code: UT
output:
ut_ss_benefits_credit_max: 242.50
Expand All @@ -37,7 +37,7 @@
taxable_social_security: 0
ut_total_income: 20_000
tax_exempt_interest_income: 500
filing_status: single
filing_status: SINGLE
state_code: UT
output:
ut_ss_benefits_credit_max: 0 # no taxable social security income
Expand All @@ -48,7 +48,7 @@
taxable_social_security: 100_000
ut_total_income: 20_000
tax_exempt_interest_income: 20_000
filing_status: single
filing_status: SINGLE
state_code: UT
output:
ut_ss_benefits_credit_max: 4_700