Skip to content

Commit 3cc968d

Browse files
authored
Issue#1500: Modified test class names to remove duplication. (#1501)
1 parent 8adacd4 commit 3cc968d

File tree

828 files changed

+828
-828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

828 files changed

+828
-828
lines changed

tests/after/test_rule_001.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_001_test_input.fixed.vhd"), lExpected)
1717

1818

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

tests/after/test_rule_002.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
utils.read_file(os.path.join(sTestDir, "rule_002_test_input.fixed_no_no_no.vhd"), lExpected_no_no_no)
4545

4646

47-
class test_after_rule(unittest.TestCase):
47+
class test_rule(unittest.TestCase):
4848
def setUp(self):
4949
self.oFile = vhdlFile.vhdlFile(lFile)
5050
self.assertIsNone(eError)

tests/after/test_rule_003.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_003_test_input.fixed.vhd"), lExpected)
1717

1818

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

tests/after/test_rule_500.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
utils.read_file(os.path.join(sTestDir, "rule_500_test_input.fixed_upper.vhd"), lExpected_upper)
2121

2222

23-
class test_after_rule(unittest.TestCase):
23+
class test_rule(unittest.TestCase):
2424
def setUp(self):
2525
self.oFile = vhdlFile.vhdlFile(lFile)
2626
self.assertIsNone(eError)

tests/alias_declaration/test_rule_001.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
utils.read_file(os.path.join(sTestDir, "rule_001_test_input.fixed.vhd"), lExpected)
1919

2020

21-
class test_alias_declaration_rule(unittest.TestCase):
21+
class test_rule(unittest.TestCase):
2222
def setUp(self):
2323
self.oFile = vhdlFile.vhdlFile(lFile)
2424
self.assertIsNone(eError)

tests/alias_declaration/test_rule_100.py

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

2020

21-
class test_alias_declaration_rule(unittest.TestCase):
21+
class test_rule(unittest.TestCase):
2222
def setUp(self):
2323
self.oFile = vhdlFile.vhdlFile(lFile)
2424
self.assertIsNone(eError)

tests/alias_declaration/test_rule_101.py

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

2020

21-
class test_alias_declaration_rule(unittest.TestCase):
21+
class test_rule(unittest.TestCase):
2222
def setUp(self):
2323
self.oFile = vhdlFile.vhdlFile(lFile)
2424
self.assertIsNone(eError)

tests/alias_declaration/test_rule_102.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
utils.read_file(os.path.join(sTestDir, "rule_102_test_input.fixed.vhd"), lExpected)
1919

2020

21-
class test_alias_declaration_rule(unittest.TestCase):
21+
class test_rule(unittest.TestCase):
2222
def setUp(self):
2323
self.oFile = vhdlFile.vhdlFile(lFile)
2424
self.assertIsNone(eError)

tests/alias_declaration/test_rule_103.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
utils.read_file(os.path.join(sTestDir, "rule_103_test_input.fixed.vhd"), lExpected)
1919

2020

21-
class test_alias_declaration_rule(unittest.TestCase):
21+
class test_rule(unittest.TestCase):
2222
def setUp(self):
2323
self.oFile = vhdlFile.vhdlFile(lFile)
2424
self.assertIsNone(eError)

tests/alias_declaration/test_rule_300.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
utils.read_file(os.path.join(sTestDir, "rule_300_test_input.fixed.vhd"), lExpected)
1919

2020

21-
class test_alias_declaration_rule(unittest.TestCase):
21+
class test_rule(unittest.TestCase):
2222
def setUp(self):
2323
self.oFile = vhdlFile.vhdlFile(lFile)
2424
self.assertIsNone(eError)

0 commit comments

Comments
 (0)