We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852515c commit dcd7fa6Copy full SHA for dcd7fa6
tests/test_do_rnc.py
@@ -36,12 +36,6 @@ class TestDGII(unittest.TestCase):
36
"""Test the web services provided by the the Dirección General de
37
Impuestos Internos (DGII), the Dominican Republic tax department."""
38
39
- def setUp(self):
40
- """Prepare the test."""
41
- # For Python 2.7 compatibility
42
- if not hasattr(self, 'assertRegex'):
43
- self.assertRegex = self.assertRegexpMatches
44
-
45
def test_check_dgii(self):
46
"""Test stdnum.do.rnc.check_dgii()"""
47
# Test a normal valid number
0 commit comments