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 tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
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 tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
ffi_callback.py.exp
ffi_float.py unix/modffi: Use a union for passing/returning FFI values. 2021-05-06 12:17:10 +10:00
ffi_float.py.exp unix/modffi: Use a union for passing/returning FFI values. 2021-05-06 12:17:10 +10:00
ffi_float2.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
ffi_float2.py.exp
ffi_lib.c tests/unix: Add ffi test for integer types. 2021-06-06 22:52:25 +10:00
ffi_types.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
ffi_types.py.exp tests/unix: Add ffi test for integer types. 2021-06-06 22:52:25 +10:00
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 tests/unix/mod_os: Add test for os module. 2022-12-14 13:38:51 +11:00
time_mktime_localtime.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00