[2.7] bpo-30759: Fix test_multibytecodec_support by vstinner · Pull Request #2545 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

TestBase_Mapping doesn't inherit from unittest.TestCase anymore, but
object, since it's not a real test case but only a base base. All
child classes already inherit from unittest.TestCase.