micropython/tests/unix
stijn 83f2f36b9e tests/unix/mod_os: Make os.system() test work on windows.
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>
2023-09-01 14:08:58 +10:00
..
extra_coverage.py
extra_coverage.py.exp py/mpconfig: Add MICROPY_PY_PLATFORM, enabled at extra features level. 2023-07-24 23:53:20 +10:00
ffi_callback.py
ffi_callback.py.exp
ffi_float.py
ffi_float.py.exp
ffi_float2.py
ffi_float2.py.exp
ffi_lib.c
ffi_types.py
ffi_types.py.exp
mod_os.py tests/unix/mod_os: Make os.system() test work on windows. 2023-09-01 14:08:58 +10:00
mod_os.py.exp
time_mktime_localtime.py