summaryrefslogtreecommitdiff
path: root/tests/io/file_seek.py
AgeCommit message (Expand)Author
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2015-12-23tests: Add tests for stream IO errors.Damien George
2015-08-13py: Add stream_tell method, and use for unix and stmhal file tell.blmorris
2014-11-16py: Make stream seek correctly check for ioctl fn; add seek for textio.Damien George
2014-11-17tests: Add test for file.seek().Paul Sokolovsky