summaryrefslogtreecommitdiff
path: root/tests/io/bytesio_ext.py
AgeCommit message (Collapse)Author
2017-05-15tests/io/bytesio_ext: Test read() after seek() past end of BytesIO object.Tom Collins
2016-10-09tests/io/bytesio_ext: Add test for readinto().Paul Sokolovsky
2016-07-29tests/io/bytesio_ext: Test for .seek()/.flush() on BytesIO.Paul Sokolovsky