Skip to content

Commit 8d0e200

Browse files
committed
Added PyDoc in test classes
1 parent 651d811 commit 8d0e200

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# ------------------------------------------------------------------------------
5656

5757

58-
class TestJavaobj(unittest.TestCase):
58+
class TestJavaobjV1(unittest.TestCase):
5959
"""
60-
Full test suite for javaobj
60+
Full test suite for javaobj V1 parser
6161
"""
6262

6363
@classmethod

tests/tests_v2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# ------------------------------------------------------------------------------
5656

5757

58-
class TestJavaobj(unittest.TestCase):
58+
class TestJavaobjV2(unittest.TestCase):
5959
"""
60-
Full test suite for javaobj
60+
Full test suite for javaobj V2 Parser
6161
"""
6262

6363
@classmethod

0 commit comments

Comments
 (0)