| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-27 | tests: Move non-filesystem io tests to basics dir with io_ prefix. | Damien George | |
| 2016-05-02 | tests: 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-02 | tests: Update for _io/_collections module having been renamed. | Paul Sokolovsky | |
| 2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George | |
