..
btree1.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
btree1.py.exp
tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op.
8 years ago
framebuf1.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
framebuf1.py.exp
extmod/modframebuf: Make monochrome bitmap formats start with MONO_.
8 years ago
framebuf2.py
extmod/modframebuf: Add 2-bit color format (GS2_HMSB).
7 years ago
framebuf2.py.exp
extmod/modframebuf: Add 2-bit color format (GS2_HMSB).
7 years ago
framebuf4.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
framebuf4.py.exp
tests/extmod/framebuf4: Add tests for GS4_HMSB framebuf format.
8 years ago
framebuf8.py
extmod/modframebuf: Add 8-bit greyscale format (GS8).
7 years ago
framebuf8.py.exp
extmod/modframebuf: Add 8-bit greyscale format (GS8).
7 years ago
framebuf16.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
framebuf16.py.exp
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
8 years ago
framebuf_subclass.py
tests/extmod: Add test which subclasses framebuf.FrameBuffer.
7 years ago
framebuf_subclass.py.exp
tests/extmod: Add test which subclasses framebuf.FrameBuffer.
7 years ago
machine1.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
machine1.py.exp
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
9 years ago
machine_pinbase.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
machine_pinbase.py.exp
tests: Add a testcase for machine.PinBase class.
9 years ago
machine_pulse.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
machine_pulse.py.exp
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
8 years ago
machine_signal.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
machine_signal.py.exp
tests/extmod: Add test for machine.Signal class.
8 years ago
ticks_diff.py
tests/extmod/ticks_diff: Test for new semantics of ticks_diff().
8 years ago
ticks_diff.py.exp
tests/extmod/ticks_diff: Test for new semantics of ticks_diff().
8 years ago
time_ms_us.py
tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed.
7 years ago
time_ms_us.py.exp
tests/extmod/time_ms_us: Add test for calling ticks_cpu().
7 years ago
ubinascii_a2b_base64.py
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
7 years ago
ubinascii_b2a_base64.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ubinascii_crc32.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ubinascii_hexlify.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ubinascii_micropython.py
extmod/modubinascii: Add check for empty buffer passed to hexlify.
7 years ago
ubinascii_micropython.py.exp
extmod/modubinascii: Add check for empty buffer passed to hexlify.
7 years ago
ubinascii_unhexlify.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ucryptolib_aes128_cbc.py
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes128_cbc.py.exp
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes128_ecb.py
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes128_ecb.py.exp
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes128_ecb_enc.py
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes128_ecb_enc.py.exp
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes128_ecb_inpl.py
tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.
6 years ago
ucryptolib_aes128_ecb_inpl.py.exp
tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.
6 years ago
ucryptolib_aes128_ecb_into.py
tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.
6 years ago
ucryptolib_aes128_ecb_into.py.exp
tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.
6 years ago
ucryptolib_aes256_cbc.py
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes256_cbc.py.exp
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes256_ecb.py
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
ucryptolib_aes256_ecb.py.exp
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
6 years ago
uctypes_32bit_intbig.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_32bit_intbig.py.exp
extmod/moductypes: Fix bigint handling for 32-bit ports.
8 years ago
uctypes_array_assign_le.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_array_assign_le.py.exp
tests/uctypes: Test item assignment for scalar arrays.
9 years ago
uctypes_array_assign_native_le.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_array_assign_native_le.py.exp
tests/uctypes_array_assign_native_le: Split off intbig part.
8 years ago
uctypes_array_assign_native_le_intbig.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_array_assign_native_le_intbig.py.exp
tests/uctypes_array_assign_native_le: Split off intbig part.
8 years ago
uctypes_bytearray.py
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_bytearray.py.exp
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_byteat.py
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_byteat.py.exp
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_error.py
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_error.py.exp
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_le.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_le.py.exp
tests/extmod: Improve moductypes test coverage.
8 years ago
uctypes_le_float.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_le_float.py.exp
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
9 years ago
uctypes_native_float.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_native_float.py.exp
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
9 years ago
uctypes_native_le.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_native_le.py.exp
tests/extmod: Improve moductypes test coverage.
8 years ago
uctypes_print.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_print.py.exp
tests/extmod: Improve moductypes test coverage.
8 years ago
uctypes_ptr_le.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_ptr_le.py.exp
moductypes: Foreign data interface module, roughly based on ctype ideas.
10 years ago
uctypes_ptr_native_le.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_ptr_native_le.py.exp
moductypes: Foreign data interface module, roughly based on ctype ideas.
10 years ago
uctypes_sizeof.py
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_sizeof.py.exp
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_sizeof_float.py
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_sizeof_float.py.exp
tests/extmod: Add some uctypes tests to improve coverage of that module.
7 years ago
uctypes_sizeof_native.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uctypes_sizeof_native.py.exp
moductypes: Foreign data interface module, roughly based on ctype ideas.
10 years ago
uhashlib_sha1.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uhashlib_sha256.py
tests/extmod/uhashlib_sha256: Add test for hashing 56 bytes of data.
7 years ago
uheapq1.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ujson_dump.py
tests/extmod/ujson_dump.py: Add test for dump to non-stream object.
6 years ago
ujson_dump_iobase.py
tests/extmod: Add test for ujson.dump writing to a user IOBase object.
6 years ago
ujson_dumps.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ujson_dumps_extra.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ujson_dumps_extra.py.exp
tests: Add tests to improve coverage of objstr.c.
9 years ago
ujson_dumps_float.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ujson_load.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ujson_loads.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ujson_loads_float.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
urandom_basic.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
urandom_extra.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ure1.py
tests/extmod: Add test for '-' in character class in regex.
7 years ago
ure_debug.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ure_debug.py.exp
tests/extmod: Add test for ure debug printing when compiling a regex.
8 years ago
ure_error.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ure_group.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ure_groups.py
extmod/modure: Add match.groups() method, and tests.
6 years ago
ure_namedclass.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ure_span.py
extmod/modure: Add match.span(), start() and end() methods, and tests.
6 years ago
ure_split.py
extmod/modure: If input string is bytes, return bytes results too.
7 years ago
ure_split_empty.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ure_split_empty.py.exp
tests/extmod: Move split-on-empty-match tests to a separate test file.
9 years ago
ure_split_notimpl.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
ure_split_notimpl.py.exp
tests/extmod: Improve test coverage of ure module.
8 years ago
ure_stack_overflow.py
tests/extmod: Add test for ure regexes leading to infinite recursion.
7 years ago
ure_stack_overflow.py.exp
tests/extmod: Add test for ure regexes leading to infinite recursion.
7 years ago
ure_sub.py
extmod/modure: Add ure.sub() function and method, and tests.
6 years ago
ure_sub_unmatched.py
extmod/modure: Add ure.sub() function and method, and tests.
6 years ago
ure_sub_unmatched.py.exp
extmod/modure: Add ure.sub() function and method, and tests.
6 years ago
ussl_basic.py
extmod/modussl_axtls: Allow to close ssl stream multiple times.
7 years ago
ussl_basic.py.exp
extmod/modussl_axtls: Allow to close ssl stream multiple times.
7 years ago
utimeq1.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
utimeq1.py.exp
tests/extmod: Add test for utimeq module.
8 years ago
utimeq_stable.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
utimeq_stable.py.exp
tests/utimeq_stable: Test for partial stability of utimeq queuing.
8 years ago
uzlib_decompio.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uzlib_decompio.py.exp
tests/extmod/uzlib_decompio: Add zlib bitstream testcases.
8 years ago
uzlib_decompio_gz.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
uzlib_decompio_gz.py.exp
tests/extmod: Improve tinfgzip.c test coverage.
8 years ago
uzlib_decompress.py
tests/extmod/uzlib_decompress: Add uzlib tests to improve coverage.
7 years ago
vfs_basic.py
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
7 years ago
vfs_basic.py.exp
tests/extmod/vfs_basic: Allow test to pass on embedded targets.
8 years ago
vfs_fat_fileio1.py
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
7 years ago
vfs_fat_fileio1.py.exp
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
7 years ago
vfs_fat_fileio2.py
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
7 years ago
vfs_fat_fileio2.py.exp
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
7 years ago
vfs_fat_more.py
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
7 years ago
vfs_fat_more.py.exp
tests/extmod: Add test for importing a script from a user VFS.
7 years ago
vfs_fat_oldproto.py
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
7 years ago
vfs_fat_oldproto.py.exp
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
7 years ago
vfs_fat_ramdisk.py
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
7 years ago
vfs_fat_ramdisk.py.exp
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
7 years ago
vfs_userfs.py
tests/extmod: Add test for VFS and user-defined filesystem and files.
7 years ago
vfs_userfs.py.exp
tests/extmod: Add test for VFS and user-defined filesystem and files.
7 years ago
websocket_basic.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
websocket_basic.py.exp
tests/extmod: Rename websocket test to websocket_basic.
8 years ago