Skip to content

Commit

Permalink
adds comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Dec 19, 2021
1 parent afc4473 commit d6ca615
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ def endElement(self, name):
pass

from tests.basetest import Basetest
class Test(Basetest):

class TestParser(Basetest):
'''
test different parser approaches
'''


def setUp(self):
Expand Down

0 comments on commit d6ca615

Please sign in to comment.