Add comment clarifying what LANGUAGES does

This commit is contained in:
Paul O'Leary McCann 2017-07-09 16:28:55 +09:00
parent 04e6a65188
commit bc87b815cc

View File

@ -27,7 +27,7 @@ from pathlib import Path
import os import os
import pytest import pytest
# These languages get run through generic tokenizer tests
LANGUAGES = [English, German, Spanish, Italian, French, Portuguese, Dutch, LANGUAGES = [English, German, Spanish, Italian, French, Portuguese, Dutch,
Swedish, Hungarian, Finnish, Bengali, Norwegian] Swedish, Hungarian, Finnish, Bengali, Norwegian]