Skip to content

Commit 8403331

Browse files
committed
Issue#1490: Updated test class names.
1 parent e22edf0 commit 8403331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/whitespace/test_rule_102.py

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

1717

18-
class test_whitespace_rule(unittest.TestCase):
18+
class test_rule(unittest.TestCase):
1919
def setUp(self):
2020
self.oFile = vhdlFile.vhdlFile(lFile)
2121
self.assertIsNone(eError)

tests/whitespace/test_rule_103.py

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

1717

18-
class test_whitespace_rule(unittest.TestCase):
18+
class test_rule(unittest.TestCase):
1919
def setUp(self):
2020
self.oFile = vhdlFile.vhdlFile(lFile)
2121
self.assertIsNone(eError)

0 commit comments

Comments
 (0)