Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-22 | tests: Move port-specific test directories into tests/ports/ directory. | Damien George | |
To keep them all together, mirroring the top-level directory structure. Signed-off-by: Damien George <damien@micropython.org> | |||
2023-09-01 | tests/unix/mod_os: Make os.system() test work on windows. | stijn | |
The "true" command by default is unavailable on windows so use an equivalent which works on both unix and windows. Signed-off-by: stijn <stijn@ignitron.net> | |||
2022-12-14 | tests/unix/mod_os: Add test for os module. | David Lechner | |
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> |