We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651d811 commit 8d0e200Copy full SHA for 8d0e200
tests/tests.py
@@ -55,9 +55,9 @@
55
# ------------------------------------------------------------------------------
56
57
58
-class TestJavaobj(unittest.TestCase):
+class TestJavaobjV1(unittest.TestCase):
59
"""
60
- Full test suite for javaobj
+ Full test suite for javaobj V1 parser
61
62
63
@classmethod
tests/tests_v2.py
+class TestJavaobjV2(unittest.TestCase):
+ Full test suite for javaobj V2 Parser
0 commit comments