mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Issue #18258: Fix test discovery for test_codecmaps_*.
This commit is contained in:
parent
44f09ebd0f
commit
d9de794c23
6 changed files with 6 additions and 22 deletions
|
@ -36,8 +36,5 @@ class TestJOHABMap(multibytecodec_support.TestBase_Mapping,
|
|||
pass_enctest = [(b'\\', '\u20a9')]
|
||||
pass_dectest = [(b'\\', '\u20a9')]
|
||||
|
||||
def test_main():
|
||||
support.run_unittest(__name__)
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue