Use unittest2 even for python 2.6
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from unittest import TestCase, SkipTest
|
||||
|
||||
from elasticsearch.client.utils import _make_path
|
||||
|
||||
from ..test_cases import TestCase, SkipTest
|
||||
|
||||
class TestMakePath(TestCase):
|
||||
def test_handles_unicode(self):
|
||||
id = u"中文"
|
||||
|
||||
Reference in New Issue
Block a user