aboutsummaryrefslogtreecommitdiff
path: root/tests/io/stringio_with.py
AgeCommit message (Collapse)Author
2018-06-27tests: Move non-filesystem io tests to basics dir with io_ prefix.Damien George
2016-05-02tests: Make "io" modules fixes for CPython compatibility.Paul Sokolovsky
Previously, "import _io" worked on both CPython and MicroPython (essentially by a chance on CPython, as there's not guarantee that its contents will stay the same across versions), but as the module was renamed to uio, need to use more robust import sequence for compatibility.
2016-05-02tests: Update for _io/_collections module having been renamed.Paul Sokolovsky
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George