More unicode.

This commit is contained in:
Jakub Roztocil
2014-04-26 19:47:14 +02:00
parent 0bd218eab0
commit eca1ffaedb
6 changed files with 7 additions and 6 deletions

View File

@ -4,9 +4,7 @@ Various unicode handling related tests.
"""
from tests import http, httpbin, HTTP_OK
UNICODE = u'太陽'
from tests.fixtures import UNICODE
class TestUnicode: