Skip to content

Commit

Permalink
take out error table as this needs thought
Browse files Browse the repository at this point in the history
  • Loading branch information
skeating committed May 29, 2023
1 parent 06a59d6 commit 0f8a151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def teardown():
('testsbxml', 'TSBVisitor', 'templates', ''),
('testsbxml', 'TSBTypeCodes', 'templates', ''),
('testsbxml', 'TSBTypes', 'templates', ''),
('testsbxml', 'TSBErrorTable', 'templates', '')
# ('testsbxml', 'TSBErrorTable', 'templates', '')
])
def test_templates(name, class_name, test_case, list_of):
"""
Expand Down

0 comments on commit 0f8a151

Please sign in to comment.