Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keepjojoyoung committed Aug 5, 2024
1 parent 4084d6b commit 186839f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
county_str: CHARLESTON_COUNTY_SC
state_code: SC
output:
sc_use_tax_in_group_two_county: false
sc_use_tax_in_group_two_county: false
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ class sc_income_tax(Variable):
unit = USD
definition_period = YEAR
defined_for = StateCode.SC
adds = ["sc_income_tax_before_refundable_credits","sc_use_tax"]
subtracts = ["sc_refundable_credits"]
adds = ["sc_income_tax_before_refundable_credits", "sc_use_tax"]
subtracts = ["sc_refundable_credits"]
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def formula(tax_unit, period, parameters):
p.group_two,
p.group_three,
],
# Some counties are excluded from the additional use tax
# Some counties are excluded from the additional use tax
default=0,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class out_of_state_purchase(Variable):
entity = TaxUnit
label = "Out of state purchase"
unit = USD
definition_period = YEAR
definition_period = YEAR

0 comments on commit 186839f

Please sign in to comment.