diff --git a/tests/architecture/test_rule_029.py b/tests/architecture/test_rule_029.py index d18a61560..99ccb113c 100644 --- a/tests/architecture/test_rule_029.py +++ b/tests/architecture/test_rule_029.py @@ -11,10 +11,6 @@ lFile, eError = vhdlFile.utils.read_vhdlfile(os.path.join(sTestDir, "rule_029_test_input.vhd")) -# lExpected = [] -# lExpected.append('') -# utils.read_file(os.path.join(sTestDir, 'rule_029_test_input.fixed_allowing_comments_and_blank_lines.vhd'), lExpected) - class test_rule(unittest.TestCase): def setUp(self): diff --git a/tests/entity/test_rule_008.py b/tests/entity/test_rule_008.py index c6ed6fbda..a7537c6e2 100644 --- a/tests/entity/test_rule_008.py +++ b/tests/entity/test_rule_008.py @@ -653,21 +653,3 @@ def test_rule_008_regex_with_whole_exception(self): oRule.analyze(self.oFile) self.assertEqual(utils.extract_violation_lines_from_violation_object(oRule.violations), lExpected) - - -# lExpected = [] -# lExpected.extend([2, 3, 4, 5]) -# lExpected.extend([7, 8, 9, 10]) -# lExpected.extend([12, 13, 14, 15]) -# lExpected.extend([17, 18, 19, 20]) -# lExpected.extend([22, 23, 24, 25]) -# lExpected.extend([27, 28, 29, 30]) -# lExpected.extend([32, 33, 34, 35]) -# lExpected.extend([37, 38, 39, 40]) -# lExpected.extend([42, 43, 44, 45]) -# lExpected.extend([47, 48, 49, 50]) -# lExpected.extend([52, 53, 54, 55]) -# lExpected.extend([57, 58, 59, 60]) -# lExpected.extend([62, 63, 64, 65]) -# lExpected.extend([69, 70, 71, 72]) -# lExpected.extend([74, 75, 76, 77]) diff --git a/tests/option/test_option.py b/tests/option/test_option.py index 850c6d9de..f4303ae61 100644 --- a/tests/option/test_option.py +++ b/tests/option/test_option.py @@ -8,15 +8,6 @@ from vsg.rules.entity import rule_001 from vsg.vhdlFile.extract import tokens -# class command_line_args(): -# ''' This is used as an input into the version command.''' -# def __init__(self, version=False): -# self.version = version -# self.style = 'indent_only' -# self.configuration = [] -# self.debug = False -# self.fix_only = False - class testRuleMethods(unittest.TestCase): def setUp(self):