Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
4b730bb
Issue#881: Converting to object for classification.
jeremiah-c-leary Feb 4, 2025
eae317d
Refactoring to improve readability.
jeremiah-c-leary Feb 4, 2025
c701c61
Running style checks.
jeremiah-c-leary Feb 4, 2025
03852b8
Can now parse the use_clause production.
jeremiah-c-leary Feb 4, 2025
5b6d768
Refactoring to improve readability.
jeremiah-c-leary Feb 4, 2025
f5ed66f
context_reference production can be classified.
jeremiah-c-leary Feb 4, 2025
0b3f0a5
Refactoring.
jeremiah-c-leary Feb 4, 2025
8e4e292
context_declaration production now classifies.
jeremiah-c-leary Feb 4, 2025
39fed6f
Parsing entity_declaration
jeremiah-c-leary Feb 5, 2025
155ae6e
Classifying package_declaration.
jeremiah-c-leary Feb 5, 2025
bedd02f
Parsing package_instantiation_declaration.
jeremiah-c-leary Feb 6, 2025
6895f50
Refactoring to improve readability.
jeremiah-c-leary Feb 6, 2025
c6174c2
Refactoring to improve readability.
jeremiah-c-leary Feb 6, 2025
ab72a9d
Parsing configuration_declaration.
jeremiah-c-leary Feb 6, 2025
15b8c22
Refactoring.
jeremiah-c-leary Feb 6, 2025
202e4d8
Parsing architecture_body.
jeremiah-c-leary Feb 7, 2025
6675709
Refactoring data_structure.
jeremiah-c-leary Feb 7, 2025
d931218
Refactoring architecture_body.
jeremiah-c-leary Feb 7, 2025
8a515d0
Running style checks.
jeremiah-c-leary Feb 7, 2025
dcbcb48
Parsing package_body.
jeremiah-c-leary Feb 7, 2025
426b260
Refactoring.
jeremiah-c-leary Feb 7, 2025
8f4838f
Parsing signal_declaration.
jeremiah-c-leary Feb 8, 2025
4fbc74d
Refactoring.
jeremiah-c-leary Feb 8, 2025
66b58d6
Style updates.
jeremiah-c-leary Feb 8, 2025
c541326
Parsing constant_declaration.
jeremiah-c-leary Feb 8, 2025
d0128e8
Refactoring.
jeremiah-c-leary Feb 8, 2025
7d84feb
Updating style.
jeremiah-c-leary Feb 8, 2025
e360b47
Parsing variable_declaration.
jeremiah-c-leary Feb 8, 2025
cf7282d
Parsing process_statement.
jeremiah-c-leary Feb 9, 2025
6e178f5
Parsing wait_statement.
jeremiah-c-leary Feb 9, 2025
26e7b74
Parsing unbounded_array_definition.
jeremiah-c-leary Feb 9, 2025
625b570
Parsing unary operators.
jeremiah-c-leary Feb 9, 2025
a16dbd5
Adding decorators module.
jeremiah-c-leary Mar 8, 2025
4edd414
Adding decorators to all classifiers.
jeremiah-c-leary Mar 8, 2025
50aca17
Renaming test names to be more generic.
jeremiah-c-leary Mar 8, 2025
f4845d0
Removing decorators from comments, pragmas, preprocessor and whitespace.
jeremiah-c-leary Mar 8, 2025
eb4b227
Updating classifiers to pass entity tests.
jeremiah-c-leary Mar 17, 2025
8677338
Running style updates.
jeremiah-c-leary Mar 17, 2025
04649e3
After tests are now passing.
jeremiah-c-leary Mar 22, 2025
5986cf5
alias_declaration rules pass.
jeremiah-c-leary Mar 22, 2025
ada5f3d
architecture_body tests pass.
jeremiah-c-leary Mar 23, 2025
ea448d4
array_constraint rules pass.
jeremiah-c-leary Mar 23, 2025
3768185
Running style checks.
jeremiah-c-leary Mar 23, 2025
0389169
assert_statement rules passing.
jeremiah-c-leary Mar 23, 2025
ea03c1d
attribute_declaration tests pass.
jeremiah-c-leary Mar 23, 2025
1f2ca04
block rules pass.
jeremiah-c-leary Mar 24, 2025
fe48847
case rules pass.
jeremiah-c-leary Mar 24, 2025
6f7d3a1
choice test passing.
jeremiah-c-leary Mar 25, 2025
98eafbc
comment rules passing.
jeremiah-c-leary Mar 25, 2025
4d7c287
concurrent tests pass.
jeremiah-c-leary Mar 25, 2025
bcdc682
conditional_expression tests pass.
jeremiah-c-leary Mar 25, 2025
3d3f924
Constant rules passing.
jeremiah-c-leary Mar 29, 2025
777a584
contrained_array_definition tests pass.
jeremiah-c-leary Mar 29, 2025
753ad41
delay_machanism tests pass.
jeremiah-c-leary Mar 29, 2025
a093e2b
exit rules passing.
jeremiah-c-leary Mar 29, 2025
6337568
external_constant_name rules pass.
jeremiah-c-leary Mar 29, 2025
c45435b
file_type_defintion tests pass.
jeremiah-c-leary Mar 29, 2025
08d3659
function rules pass.
jeremiah-c-leary Mar 29, 2025
4424960
generate rules pass.
jeremiah-c-leary Mar 29, 2025
6333eea
generic rules pass.
jeremiah-c-leary Mar 29, 2025
624d2fe
generic_map rules passing.
jeremiah-c-leary Mar 29, 2025
ce19d4d
if rules passing.
jeremiah-c-leary Mar 29, 2025
2527c1a
library rules passing.
jeremiah-c-leary Mar 29, 2025
f14e71d
loop_statement rules passing.
jeremiah-c-leary Mar 29, 2025
6d0a842
next_statement rules passing.
jeremiah-c-leary Mar 29, 2025
8cee9b8
null_statement rules pass.
jeremiah-c-leary Mar 29, 2025
11db889
package body rules pass
jeremiah-c-leary Mar 29, 2025
9fa5450
port_map rules passing.
jeremiah-c-leary Mar 29, 2025
e30ba0b
procedure_call tests pass.
jeremiah-c-leary Mar 30, 2025
aa12c33
process rules pass.
jeremiah-c-leary Mar 30, 2025
f93e63b
protected_type_body tests pass.
jeremiah-c-leary Mar 30, 2025
0348f15
record_type_definition tests pass.
jeremiah-c-leary Mar 30, 2025
da06049
report_statement tests pass.
jeremiah-c-leary Mar 30, 2025
9a76340
return_statement tests pass.
jeremiah-c-leary Mar 30, 2025
d7e2711
selected_assignment rules passing.
jeremiah-c-leary Mar 30, 2025
b922a01
type rules passing.
jeremiah-c-leary Mar 30, 2025
731f1ba
alias_declaration classify passes.
jeremiah-c-leary Mar 30, 2025
4e91274
Removing debug_print
jeremiah-c-leary Mar 30, 2025
d895d6c
attribute_specification classify test passes
jeremiah-c-leary Mar 30, 2025
60e6c31
block_statement classify test pass
jeremiah-c-leary Mar 30, 2025
f0c65e2
concurrent_simple_signal_assignment test pass.
jeremiah-c-leary Mar 30, 2025
499823a
configuration_declaration classify test passes.
jeremiah-c-leary Apr 7, 2025
06664f9
configuration_specification classify test passes.
jeremiah-c-leary Apr 7, 2025
abf87ea
simple_waveform_assignment classify test passing.
jeremiah-c-leary Apr 7, 2025
2e4a035
entity_statement_part classify test pass
jeremiah-c-leary Apr 7, 2025
9f8a970
external_name classify test pass
jeremiah-c-leary Apr 7, 2025
7558b04
full_type_declaration classify test pass
jeremiah-c-leary Apr 8, 2025
d8e735a
function_specification classify test pass
jeremiah-c-leary Apr 8, 2025
10304d6
if_generate_statement classify test pass
jeremiah-c-leary Apr 8, 2025
5b90453
if_statement classify test pass
jeremiah-c-leary Apr 8, 2025
005bab2
interface_function_specification classify test pass
jeremiah-c-leary Apr 8, 2025
0fb090c
interface_package_declaration classify test pass
jeremiah-c-leary Apr 8, 2025
ef89900
package_header classify test pass
jeremiah-c-leary Apr 8, 2025
bf45583
Interim commit for subtype_declaration classify test
jeremiah-c-leary Apr 10, 2025
9f8157d
Removing commented out code.
jeremiah-c-leary Apr 10, 2025
2d3c1c7
Removing align_seek_index.
jeremiah-c-leary Apr 10, 2025
3059cea
Removing unused align_seek_index.
jeremiah-c-leary Apr 10, 2025
4df26db
Removed unused align_seek_index
jeremiah-c-leary Apr 10, 2025
28dfb19
Removed align_seek_index.
jeremiah-c-leary Apr 10, 2025
291e92f
Removing align_seek_index
jeremiah-c-leary Apr 10, 2025
707c837
Removing align_seek_index
jeremiah-c-leary Apr 10, 2025
ed9168e
Removing align_seek_index
jeremiah-c-leary Apr 10, 2025
c7880cf
Adding marking of seek token.
jeremiah-c-leary Apr 10, 2025
37d9c97
Removing align_seek_index
jeremiah-c-leary Apr 10, 2025
5a11075
Removing align_seek_index
jeremiah-c-leary Apr 10, 2025
0e1b1e4
Removing align_seek_index
jeremiah-c-leary Apr 10, 2025
d7ec609
Removing align_seek_index
jeremiah-c-leary Apr 10, 2025
2292be8
Removing advance_seek_index_to_current_index
jeremiah-c-leary Apr 10, 2025
18bfde6
Removing advance_seek_index_to_current_index
jeremiah-c-leary Apr 10, 2025
2d0e01b
subprogram_instantiation_declaration classify test pass
jeremiah-c-leary Apr 10, 2025
cd24921
Fixing column reporting in error messages.
jeremiah-c-leary Apr 10, 2025
40ca1e7
Fixing filename reporting.
jeremiah-c-leary Apr 10, 2025
05037a9
Addressing out of index issues.
jeremiah-c-leary Apr 10, 2025
99ac22b
Updating if_next_token_is to if_next_seek_token_is
jeremiah-c-leary Apr 11, 2025
0efed0c
Replacing is_next_token with is_next_seek_token
jeremiah-c-leary Apr 11, 2025
fefd151
Removing vhdlFile utils
jeremiah-c-leary Apr 11, 2025
b85e6b8
Removing references to iCurrent and iToken
jeremiah-c-leary Apr 11, 2025
60a3f62
Enhanced element_resolution classifying.
jeremiah-c-leary Apr 11, 2025
5816c16
Alphabetized data_structure methods
jeremiah-c-leary Apr 11, 2025
204fd29
Removing unused method.
jeremiah-c-leary Apr 11, 2025
c861eb7
Improved calculation of end of file index.
jeremiah-c-leary Apr 11, 2025
4a0a510
Refactoring to better separate iCurrent and iSeek.
jeremiah-c-leary Apr 13, 2025
7706f34
Minor cleanups.
jeremiah-c-leary Apr 13, 2025
d3abdc2
Running style checks.
jeremiah-c-leary Apr 13, 2025
1fd5100
Merge branch 'master' into issue-881
jeremiah-c-leary Apr 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion tests/after/test_rule_001.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_001_test_input.fixed.vhd"), lExpected)


class test_after_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/after/test_rule_002.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
utils.read_file(os.path.join(sTestDir, "rule_002_test_input.fixed_no_no_no.vhd"), lExpected_no_no_no)


class test_after_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/after/test_rule_003.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_003_test_input.fixed.vhd"), lExpected)


class test_after_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/after/test_rule_500.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_500_test_input.fixed_upper.vhd"), lExpected_upper)


class test_after_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_001.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_001_test_input.fixed.vhd"), lExpected)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_100.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_100_test_input.fixed.vhd"), lExpected)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_101.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_101_test_input.fixed.vhd"), lExpected)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_102.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_102_test_input.fixed.vhd"), lExpected)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_103.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_103_test_input.fixed.vhd"), lExpected)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_300.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_300_test_input.fixed.vhd"), lExpected)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_500.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_500_test_input.fixed_upper.vhd"), lExpected_upper)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_501.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_501_test_input.fixed_upper.vhd"), lExpected_upper)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_502.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_502_test_input.fixed_upper.vhd"), lExpected_upper)


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_600.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
lFile, eError = vhdlFile.utils.read_vhdlfile(os.path.join(sTestDir, "rule_600_test_input.vhd"))


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/alias_declaration/test_rule_601.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
lFile, eError = vhdlFile.utils.read_vhdlfile(os.path.join(sTestDir, "rule_601_test_input.vhd"))


class test_alias_declaration_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_001.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_001_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_003.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_003_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_004.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_004_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_005.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_005_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_006.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_006_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_007.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_007_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_008.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
utils.read_file(os.path.join(sTestDir, "rule_008_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_009.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_009_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_010.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_010_test_input.fixed_remove.vhd"), lExpected_remove)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_011.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_011_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_012.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_012_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_013.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_013_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_014.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_014_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_015.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_015_test_input.fixed_no_blank.vhd"), lExpected_no_blank)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_016.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_016_test_input.fixed_no_blank.vhd"), lExpected_no_blank)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_017.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_017_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_018.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_018_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_019.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_019_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_020.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_020_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_021.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_021_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_022.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_022_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_024.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_024_test_input.fixed_remove.vhd"), lExpected_remove)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_025.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
lFile, eError = vhdlFile.utils.read_vhdlfile(os.path.join(sTestDir, "rule_025_test_input.vhd"))


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_027.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
lFile, eError = vhdlFile.utils.read_vhdlfile(os.path.join(sTestDir, "rule_027_test_input.vhd"))


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_028.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
utils.read_file(os.path.join(sTestDir, "rule_028_test_input.fixed_upper.vhd"), lExpected_upper)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_029.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# utils.read_file(os.path.join(sTestDir, 'rule_029_test_input.fixed_allowing_comments_and_blank_lines.vhd'), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_030.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_030_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_031.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_031_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
2 changes: 1 addition & 1 deletion tests/architecture/test_rule_032.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
utils.read_file(os.path.join(sTestDir, "rule_032_test_input.fixed.vhd"), lExpected)


class test_architecture_rule(unittest.TestCase):
class test_rule(unittest.TestCase):
def setUp(self):
self.oFile = vhdlFile.vhdlFile(lFile)
self.assertIsNone(eError)
Expand Down
Loading
Loading