Skip to content

Instantly share code, notes, and snippets.

@jkoppel
Created January 20, 2017 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkoppel/9dbcf10226f915c177023e4fcf409fa5 to your computer and use it in GitHub Desktop.
Save jkoppel/9dbcf10226f915c177023e4fcf409fa5 to your computer and use it in GitHub Desktop.
from test import multibytecodec_support
import unittest
# Inlining t5 makes the test pass
t5 = multibytecodec_support.TestBase_Mapping
class TestGB18030Map(t5, unittest.TestCase):
encoding = 'gb18030'
mapfileurl = 'http://www.pythontest.net/unicode/gb-18030-2000.xml'
t7 = __name__ == "__main__"
if t7:
t8 = unittest.main
t8()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment