TN Tennessee

This commit is contained in:
Jared Self
2021-01-14 14:48:13 -07:00
parent bf2aa1031d
commit 080f6f05ae

View File

@@ -0,0 +1,14 @@
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
from datetime import date
from .common import TestUsPayslip
class TestUsTNPayslip(TestUsPayslip):
# TAXES AND RATES
# todo: 2021 rates not published yet
TN_UNEMP_MAX_WAGE = 7000.00
TN_UNEMP = 2.7
def test_2021_taxes(self):
self._test_er_suta('TN', self.TN_UNEMP, date(2021, 1, 1), wage_base=self.TN_UNEMP_MAX_WAGE)