micropython/tests/extmod
Damien George 2eb88f5df7 tests/extmod: Split json.loads of bytes/bytearray into separate test.
Because this functionality was introduced in Python 3.6.
2019-08-22 15:45:13 +10:00
..
btree1.py
btree1.py.exp
framebuf1.py
framebuf1.py.exp
framebuf2.py
framebuf2.py.exp
framebuf4.py
framebuf4.py.exp
framebuf8.py
framebuf8.py.exp
framebuf16.py
framebuf16.py.exp
framebuf_subclass.py
framebuf_subclass.py.exp
machine1.py
machine1.py.exp
machine_pinbase.py tests: Skip tests needing machine module if (u)machine doesn't exist. 2019-04-28 22:12:17 +10:00
machine_pinbase.py.exp
machine_pulse.py tests: Skip tests needing machine module if (u)machine doesn't exist. 2019-04-28 22:12:17 +10:00
machine_pulse.py.exp
machine_signal.py tests: Skip tests needing machine module if (u)machine doesn't exist. 2019-04-28 22:12:17 +10:00
machine_signal.py.exp
ticks_diff.py
ticks_diff.py.exp
time_ms_us.py
time_ms_us.py.exp
ubinascii_a2b_base64.py
ubinascii_b2a_base64.py
ubinascii_crc32.py
ubinascii_hexlify.py
ubinascii_micropython.py
ubinascii_micropython.py.exp
ubinascii_unhexlify.py
ucryptolib_aes128_cbc.py
ucryptolib_aes128_cbc.py.exp
ucryptolib_aes128_ctr.py extmod/moducryptolib: Add AES-CTR support. 2019-05-06 18:09:48 +10:00
ucryptolib_aes128_ctr.py.exp extmod/moducryptolib: Add AES-CTR support. 2019-05-06 18:09:48 +10:00
ucryptolib_aes128_ecb.py
ucryptolib_aes128_ecb.py.exp
ucryptolib_aes128_ecb_enc.py
ucryptolib_aes128_ecb_enc.py.exp
ucryptolib_aes128_ecb_inpl.py
ucryptolib_aes128_ecb_inpl.py.exp
ucryptolib_aes128_ecb_into.py
ucryptolib_aes128_ecb_into.py.exp
ucryptolib_aes256_cbc.py
ucryptolib_aes256_cbc.py.exp
ucryptolib_aes256_ecb.py
ucryptolib_aes256_ecb.py.exp
uctypes_32bit_intbig.py
uctypes_32bit_intbig.py.exp
uctypes_array_assign_le.py
uctypes_array_assign_le.py.exp
uctypes_array_assign_native_le.py
uctypes_array_assign_native_le.py.exp
uctypes_array_assign_native_le_intbig.py
uctypes_array_assign_native_le_intbig.py.exp
uctypes_bytearray.py
uctypes_bytearray.py.exp
uctypes_byteat.py
uctypes_byteat.py.exp
uctypes_error.py tests/extmod/uctypes_error: Add test for unsupported unary op. 2018-12-10 14:29:41 +11:00
uctypes_error.py.exp tests/extmod/uctypes_error: Add test for unsupported unary op. 2018-12-10 14:29:41 +11:00
uctypes_le.py
uctypes_le.py.exp
uctypes_le_float.py
uctypes_le_float.py.exp
uctypes_native_float.py
uctypes_native_float.py.exp
uctypes_native_le.py
uctypes_native_le.py.exp
uctypes_print.py
uctypes_print.py.exp
uctypes_ptr_le.py tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field. 2018-12-10 14:25:06 +11:00
uctypes_ptr_le.py.exp tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field. 2018-12-10 14:25:06 +11:00
uctypes_ptr_native_le.py
uctypes_ptr_native_le.py.exp
uctypes_sizeof.py
uctypes_sizeof.py.exp
uctypes_sizeof_float.py
uctypes_sizeof_float.py.exp
uctypes_sizeof_layout.py tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout. 2018-10-23 11:33:35 +11:00
uctypes_sizeof_layout.py.exp tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout. 2018-10-23 11:33:35 +11:00
uctypes_sizeof_native.py
uctypes_sizeof_native.py.exp
uctypes_sizeof_od.py tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor 2018-10-13 16:08:25 +11:00
uctypes_sizeof_od.py.exp tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor 2018-10-13 16:08:25 +11:00
uhashlib_md5.py
uhashlib_sha1.py
uhashlib_sha256.py
uheapq1.py
ujson_dump.py
ujson_dump_iobase.py
ujson_dumps.py py/objdict: Quote non-string types when used as keys in JSON output. 2019-07-30 16:34:27 +10:00
ujson_dumps_extra.py
ujson_dumps_extra.py.exp
ujson_dumps_float.py py/objdict: Quote non-string types when used as keys in JSON output. 2019-07-30 16:34:27 +10:00
ujson_load.py
ujson_loads.py tests/extmod: Split json.loads of bytes/bytearray into separate test. 2019-08-22 15:45:13 +10:00
ujson_loads_bytes.py tests/extmod: Split json.loads of bytes/bytearray into separate test. 2019-08-22 15:45:13 +10:00
ujson_loads_bytes.py.exp tests/extmod: Split json.loads of bytes/bytearray into separate test. 2019-08-22 15:45:13 +10:00
ujson_loads_float.py extmod/modujson: Handle parsing of floats with + in the exponent. 2019-05-14 14:45:54 +10:00
urandom_basic.py
urandom_extra.py
urandom_extra_float.py
ure1.py
ure_debug.py extmod/modure: Make regex dump-code debugging feature optional. 2019-08-19 16:43:00 +10:00
ure_debug.py.exp
ure_error.py
ure_group.py
ure_groups.py
ure_namedclass.py
ure_span.py
ure_split.py
ure_split_empty.py
ure_split_empty.py.exp
ure_split_notimpl.py
ure_split_notimpl.py.exp
ure_stack_overflow.py
ure_stack_overflow.py.exp
ure_sub.py
ure_sub_unmatched.py
ure_sub_unmatched.py.exp
uselect_poll_basic.py tests/extmod: Skip uselect test when CPython doesn't have poll(). 2018-10-30 14:49:23 +11:00
ussl_basic.py tests/ussl_basic: Disable setblocking() calls. 2019-04-30 17:27:28 +10:00
ussl_basic.py.exp tests/ussl_basic: Disable setblocking() calls. 2019-04-30 17:27:28 +10:00
utimeq1.py
utimeq1.py.exp
utimeq_stable.py
utimeq_stable.py.exp
uzlib_decompio.py
uzlib_decompio.py.exp
uzlib_decompio_gz.py
uzlib_decompio_gz.py.exp
uzlib_decompress.py
vfs_basic.py
vfs_basic.py.exp
vfs_fat_fileio1.py
vfs_fat_fileio1.py.exp
vfs_fat_fileio2.py
vfs_fat_fileio2.py.exp
vfs_fat_more.py
vfs_fat_more.py.exp
vfs_fat_oldproto.py
vfs_fat_oldproto.py.exp
vfs_fat_ramdisk.py
vfs_fat_ramdisk.py.exp
vfs_fat_ramdisklarge.py tests/extmod: Add test for FAT filesystem on a very large block device. 2019-03-27 10:22:38 +11:00
vfs_fat_ramdisklarge.py.exp tests/extmod: Add test for FAT filesystem on a very large block device. 2019-03-27 10:22:38 +11:00
vfs_userfs.py
vfs_userfs.py.exp
websocket_basic.py extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 2019-02-14 00:35:45 +11:00
websocket_basic.py.exp