Add missing import

This commit is contained in:
Ines Montani 2017-01-31 15:18:30 +01:00
parent 626ac282fe
commit c304834e45

View File

@ -1,6 +1,7 @@
# coding: utf-8 # coding: utf-8
from __future__ import unicode_literals from __future__ import unicode_literals
import pytest
@pytest.mark.xfail @pytest.mark.xfail
@pytest.mark.parametrize('text', ["This is a string ", "This is a string\u0020"]) @pytest.mark.parametrize('text', ["This is a string ", "This is a string\u0020"])