Skip to content

Commit 533c565

Browse files
committed
Issue#1491: Updated test class names.
1 parent 82d18f9 commit 533c565

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/index_subtype_definition/test_rule_100.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
utils.read_file(os.path.join(sTestDir, "rule_100_test_input.fixed.vhd"), lExpected)
1717

1818

19-
class test_index_subtype_definition_rule(unittest.TestCase):
19+
class test_rule(unittest.TestCase):
2020
def setUp(self):
2121
self.oFile = vhdlFile.vhdlFile(lFile)
2222
self.assertIsNone(eError)

tests/index_subtype_definition/test_rule_101.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
utils.read_file(os.path.join(sTestDir, "rule_101_test_input.fixed.vhd"), lExpected)
1717

1818

19-
class test_index_subtype_definition_rule(unittest.TestCase):
19+
class test_rule(unittest.TestCase):
2020
def setUp(self):
2121
self.oFile = vhdlFile.vhdlFile(lFile)
2222
self.assertIsNone(eError)

tests/range_constraint/test_rule_100.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
utils.read_file(os.path.join(sTestDir, "rule_100_test_input.fixed.vhd"), lExpected)
1717

1818

19-
class test_range_constraint_rule(unittest.TestCase):
19+
class test_rule(unittest.TestCase):
2020
def setUp(self):
2121
self.oFile = vhdlFile.vhdlFile(lFile)
2222
self.assertIsNone(eError)

tests/range_constraint/test_rule_101.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
utils.read_file(os.path.join(sTestDir, "rule_101_test_input.fixed.vhd"), lExpected)
1717

1818

19-
class test_index_subtype_definition_rule(unittest.TestCase):
19+
class test_rule(unittest.TestCase):
2020
def setUp(self):
2121
self.oFile = vhdlFile.vhdlFile(lFile)
2222
self.assertIsNone(eError)

0 commit comments

Comments
 (0)