summaryrefslogtreecommitdiffstatshomepage
path: root/tests/unix/mod_os.py.exp
Commit message (Collapse)AuthorAge
* tests: Move port-specific test directories into tests/ports/ directory.Damien George2024-01-22
| | | | | | To keep them all together, mirroring the top-level directory structure. Signed-off-by: Damien George <damien@micropython.org>
* tests/unix/mod_os: Add test for os module.David Lechner2022-12-14
This adds a test to get coverage of the unix port-specific implementation of the `os` module. Signed-off-by: David Lechner <david@pybricks.com>