Skip to content

Commit

Permalink
fix: Remove extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Nov 28, 2024
1 parent a8f82a6 commit 8a010f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
33 changes: 0 additions & 33 deletions tests/data/test_reforms_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,6 @@
"region": "co",
}

decrease_co_ssi_supplement_age = {
"name": "Decrease Colorado SSI supplement age threshold",
"data": {
"gov.states.co.ssa.state_supplement.age_range[1].threshold": {
"2024-01-01.2100-12-31": 40
},
},
"region": "co",
}

increase_co_tanf = {
"name": "Increase Colorado TANF grant standard",
"data": {
"gov.states.co.cdhs.tanf.grant_standard.main.2.2": {
"2024-01-01.2100-12-31": 1000
}
},
"region": "co",
}

decrease_ca_fytc_amount = {
"name": "Decrease California FYTC amount",
"data": {
Expand All @@ -38,16 +18,6 @@
"region": "ca",
}

increase_dc_income_tax_top_rate = {
"name": "Increase DC income tax top rate",
"data": {
"gov.states.dc.tax.income.rates[6].rate": {
"2024-01-01.2100-12-31": 0.15
},
},
"region": "dc",
}

remove_hi_standard_deduction = {
"name": "Remove Hawaii standard deduction for heads of household",
"data": {
Expand All @@ -71,10 +41,7 @@

all_policies = [
increase_co_eitc_match,
decrease_co_ssi_supplement_age,
increase_co_tanf,
decrease_ca_fytc_amount,
increase_dc_income_tax_top_rate,
remove_hi_standard_deduction,
or_rebate_measure_118,
]
12 changes: 0 additions & 12 deletions tests/data/test_reforms_us.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
raise_bracket_7 = {
"name": "Raise IRS bracket 7",
"data": {"gov.irs.income.bracket.rates.7": {"2024-01-01.2100-12-31": 0.8}},
}

raise_ctc_amount = {
"name": "Raise CTC base amount",
"data": {
Expand All @@ -12,11 +7,6 @@
},
}

remove_ssi = {
"name": "Set SSI individual amount to 0",
"data": {"gov.ssa.ssi.amount.individual": {"2024-01-01.2100-12-31": 0}},
}

lower_salt_cap = {
"name": "Lower SALT cap for head of household filers",
"data": {
Expand All @@ -37,9 +27,7 @@


all_policies = [
raise_bracket_7,
raise_ctc_amount,
remove_ssi,
lower_salt_cap,
raise_standard_deduction,
]

0 comments on commit 8a010f1

Please sign in to comment.