Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/architecture/test_rule_029.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
18 changes: 0 additions & 18 deletions tests/entity/test_rule_008.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
9 changes: 0 additions & 9 deletions tests/option/test_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Loading