Skip to content

Commit 9675077

Browse files
committed
d
1 parent bfbb536 commit 9675077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_major_functionality.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ def test_langtool_load():
4848
}
4949
]
5050

51+
print(matches)
52+
5153
assert len(matches) == len(expected_matches)
5254
for match_i, match in enumerate(matches):
5355
assert isinstance(match, language_tool_python.Match)

0 commit comments

Comments
 (0)