cpython: 78cd09d2f908 (original) (raw)

Mercurial > cpython

changeset 83256:78cd09d2f908

Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests [#13056]

Victor Stinner victor.stinner@gmail.com
date Thu, 11 Apr 2013 22:41:11 +0200
parents bcecf3910162
children c84a5e5f73c3
files Lib/test/test_multibytecodec.py
diffstat 1 files changed, 21 insertions(+), 50 deletions(-)[+] [-] Lib/test/test_multibytecodec.py 71

line wrap: on

line diff

--- a/Lib/test/test_multibytecodec.py +++ b/Lib/test/test_multibytecodec.py @@ -176,57 +176,28 @@ class Test_StreamReader(unittest.TestCas support.unlink(TESTFN) class Test_StreamWriter(unittest.TestCase):

-

-

def test_streamwriter_strwrite(self): s = io.BytesIO()