diff --git a/bindings/python/test_all.py b/bindings/python/test_all.py index dda114220..c214c3654 100644 --- a/bindings/python/test_all.py +++ b/bindings/python/test_all.py @@ -24,6 +24,7 @@ def test_basic(): responses = service.translate(model, VectorString([source]), options) for response in responses: print(response.target.text, end="") + print(response.alignments) print()