We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbb536 commit 9675077Copy full SHA for 9675077
tests/test_major_functionality.py
@@ -48,6 +48,8 @@ def test_langtool_load():
48
}
49
]
50
51
+ print(matches)
52
+
53
assert len(matches) == len(expected_matches)
54
for match_i, match in enumerate(matches):
55
assert isinstance(match, language_tool_python.Match)
0 commit comments