[2.7] bpo-30759: Fix test_multibytecodec_support by vstinner · Pull Request #2545 · python/cpython
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 34.4k
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters