Add unicode declarations

This commit is contained in:
Ines Montani 2017-01-05 13:09:48 +01:00
parent 58adae8774
commit da10a049a6
5 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import pytest
from ...en import English

View File

@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals
import pytest

View File

@ -1,3 +1,4 @@
# coding: utf-8
"""Test that token.idx correctly computes index into the original string."""
from __future__ import unicode_literals

View File

@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals
import pytest

View File

@ -1,3 +1,4 @@
# coding: utf-8
"""Test that tokens are created correctly for whitespace."""