Update languages list in conftest

This commit is contained in:
ines 2017-05-13 15:37:54 +02:00
parent 326e677882
commit 5858857a78
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ from pathlib import Path
import pytest
_languages = ['bn', 'de', 'en', 'es', 'fi', 'fr', 'he', 'hu', 'it', 'nb', 'nl',
'pt', 'sv']
_languages = ['bn', 'da', 'de', 'en', 'es', 'fi', 'fr', 'he', 'hu', 'it', 'nb',
'nl', 'pl', 'pt', 'sv']
@pytest.fixture(params=_languages)