micropython/tests/extmod
Jim Mussared 3770fab334 all: Update Python formatting to latest Black version 21.12b0.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-12-09 12:09:40 +11:00
..
btree1.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
btree1.py.exp
btree_error.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
btree_error.py.exp
btree_gc.py tests/extmod/btree_gc.py: Close the database to avoid a memory leak. 2021-05-30 11:50:51 +10:00
btree_gc.py.exp
framebuf1.py
framebuf1.py.exp
framebuf2.py
framebuf2.py.exp
framebuf4.py
framebuf4.py.exp
framebuf8.py
framebuf8.py.exp
framebuf16.py tests: Make float and framebuf tests skip or run on big-endian archs. 2021-05-26 16:33:18 +10:00
framebuf16.py.exp
framebuf_palette.py extmod/modframebuf: Enable blit between different formats via a palette. 2021-08-25 15:31:23 +10:00
framebuf_palette.py.exp extmod/modframebuf: Enable blit between different formats via a palette. 2021-08-25 15:31:23 +10:00
framebuf_subclass.py tests: Make float and framebuf tests skip or run on big-endian archs. 2021-05-26 16:33:18 +10:00
framebuf_subclass.py.exp
machine1.py
machine1.py.exp
machine_pinbase.py
machine_pinbase.py.exp
machine_pulse.py
machine_pulse.py.exp
machine_signal.py
machine_signal.py.exp
machine_timer.py
machine_timer.py.exp
ticks_diff.py
ticks_diff.py.exp
time_ms_us.py
time_ms_us.py.exp
uasyncio_await_return.py
uasyncio_await_return.py.exp
uasyncio_basic.py
uasyncio_basic.py.exp
uasyncio_basic2.py
uasyncio_basic2.py.exp
uasyncio_cancel_fair.py
uasyncio_cancel_fair.py.exp
uasyncio_cancel_fair2.py
uasyncio_cancel_fair2.py.exp
uasyncio_cancel_self.py
uasyncio_cancel_self.py.exp
uasyncio_cancel_task.py
uasyncio_cancel_task.py.exp
uasyncio_cancel_wait_on_finished.py extmod/uasyncio: Fix race with cancelled task waiting on finished task. 2021-06-16 13:02:37 +10:00
uasyncio_cancel_wait_on_finished.py.exp extmod/uasyncio: Fix race with cancelled task waiting on finished task. 2021-06-16 13:02:37 +10:00
uasyncio_current_task.py extmod/uasyncio: Add asyncio.current_task(). 2021-02-13 15:11:17 +11:00
uasyncio_current_task.py.exp extmod/uasyncio: Add asyncio.current_task(). 2021-02-13 15:11:17 +11:00
uasyncio_event.py
uasyncio_event.py.exp
uasyncio_event_fair.py
uasyncio_event_fair.py.exp
uasyncio_exception.py
uasyncio_exception.py.exp
uasyncio_fair.py
uasyncio_fair.py.exp
uasyncio_gather.py extmod/uasyncio: Fix gather returning exceptions from a cancelled task. 2021-11-17 14:11:31 +11:00
uasyncio_gather.py.exp extmod/uasyncio: Fix gather returning exceptions from a cancelled task. 2021-11-17 14:11:31 +11:00
uasyncio_get_event_loop.py
uasyncio_heaplock.py tests/extmod: Make uasyncio_heaplock test more deterministic. 2021-06-25 11:31:00 +10:00
uasyncio_heaplock.py.exp tests/extmod: Make uasyncio_heaplock test more deterministic. 2021-06-25 11:31:00 +10:00
uasyncio_lock.py
uasyncio_lock.py.exp
uasyncio_lock_cancel.py
uasyncio_lock_cancel.py.exp
uasyncio_loop_stop.py
uasyncio_loop_stop.py.exp
uasyncio_micropython.py
uasyncio_micropython.py.exp
uasyncio_new_event_loop.py
uasyncio_new_event_loop.py.exp
uasyncio_set_exception_handler.py
uasyncio_set_exception_handler.py.exp
uasyncio_task_done.py
uasyncio_task_done.py.exp
uasyncio_threadsafeflag.py tests/extmod: Add test for ThreadSafeFlag. 2021-02-16 17:08:36 +11:00
uasyncio_threadsafeflag.py.exp tests/extmod: Add test for ThreadSafeFlag. 2021-02-16 17:08:36 +11:00
uasyncio_wait_for.py
uasyncio_wait_for.py.exp
uasyncio_wait_for_fwd.py
uasyncio_wait_for_fwd.py.exp
uasyncio_wait_task.py
uasyncio_wait_task.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
ucryptolib_aes128_ctr.py.exp
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_array_load_store.py
uctypes_array_load_store.py.exp
uctypes_bytearray.py
uctypes_bytearray.py.exp
uctypes_byteat.py
uctypes_byteat.py.exp
uctypes_error.py
uctypes_error.py.exp
uctypes_le.py
uctypes_le.py.exp
uctypes_le_float.py extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 2021-05-06 13:11:33 +10:00
uctypes_le_float.py.exp extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 2021-05-06 13:11:33 +10:00
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
uctypes_ptr_le.py.exp
uctypes_ptr_native_le.py
uctypes_ptr_native_le.py.exp
uctypes_sizeof.py
uctypes_sizeof.py.exp
uctypes_sizeof_float.py extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 2021-05-06 13:11:33 +10:00
uctypes_sizeof_float.py.exp extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 2021-05-06 13:11:33 +10:00
uctypes_sizeof_layout.py
uctypes_sizeof_layout.py.exp
uctypes_sizeof_native.py
uctypes_sizeof_native.py.exp
uctypes_sizeof_od.py
uctypes_sizeof_od.py.exp
uhashlib_final.py extmod/moduhashlib: Put hash obj in final state after digest is called. 2021-05-26 21:44:46 +10:00
uhashlib_final.py.exp extmod/moduhashlib: Put hash obj in final state after digest is called. 2021-05-26 21:44:46 +10:00
uhashlib_md5.py
uhashlib_sha1.py
uhashlib_sha256.py
uheapq1.py
ujson_dump.py
ujson_dump_iobase.py
ujson_dump_separators.py tests/extmod/ujson: Add tests for dump/dumps separators argument. 2021-08-07 13:52:16 +10:00
ujson_dumps.py
ujson_dumps_extra.py
ujson_dumps_extra.py.exp
ujson_dumps_float.py
ujson_dumps_ordereddict.py
ujson_dumps_separators.py tests/extmod/ujson: Add tests for dump/dumps separators argument. 2021-08-07 13:52:16 +10:00
ujson_load.py
ujson_loads.py
ujson_loads_bytes.py
ujson_loads_bytes.py.exp
ujson_loads_float.py
urandom_basic.py extmod/modurandom: Support an argument of bits=0 to getrandbits. 2021-05-30 17:05:56 +10:00
urandom_basic.py.exp extmod/modurandom: Support an argument of bits=0 to getrandbits. 2021-05-30 17:05:56 +10:00
urandom_extra.py
urandom_extra_float.py
urandom_seed_default.py
ure1.py
ure_debug.py
ure_debug.py.exp
ure_error.py
ure_group.py
ure_groups.py
ure_limit.py extmod/re1.5: Check and report byte overflow errors in _compilecode. 2021-04-06 13:36:42 +10:00
ure_limit.py.exp extmod/re1.5: Check and report byte overflow errors in _compilecode. 2021-04-06 13:36:42 +10:00
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: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
uselect_poll_udp.py
usocket_tcp_basic.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
usocket_udp_nonblock.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
ussl_basic.py
ussl_basic.py.exp
ussl_keycert.py
ussl_keycert.py.exp
utime_res.py
utime_res.py.exp
utime_time_ns.py tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement. 2021-02-01 18:44:28 +11:00
utime_time_ns.py.exp
utimeq1.py all: Update Python formatting to latest Black version 21.12b0. 2021-12-09 12:09:40 +11:00
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_blockdev.py
vfs_blockdev.py.exp
vfs_fat_fileio1.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
vfs_fat_fileio1.py.exp
vfs_fat_fileio2.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
vfs_fat_fileio2.py.exp
vfs_fat_finaliser.py tests/extmod/vfs_fat_finaliser.py: Ensure alloc at never-used GC blocks. 2021-08-17 11:20:58 +10:00
vfs_fat_finaliser.py.exp
vfs_fat_more.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
vfs_fat_more.py.exp
vfs_fat_mtime.py
vfs_fat_mtime.py.exp
vfs_fat_oldproto.py
vfs_fat_oldproto.py.exp
vfs_fat_ramdisk.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
vfs_fat_ramdisk.py.exp
vfs_fat_ramdisklarge.py
vfs_fat_ramdisklarge.py.exp
vfs_lfs.py
vfs_lfs.py.exp
vfs_lfs_corrupt.py
vfs_lfs_corrupt.py.exp
vfs_lfs_error.py
vfs_lfs_error.py.exp
vfs_lfs_file.py
vfs_lfs_file.py.exp
vfs_lfs_mount.py
vfs_lfs_mount.py.exp
vfs_lfs_mtime.py
vfs_lfs_mtime.py.exp
vfs_lfs_superblock.py extmod/vfs: Check block 0 and 1 when auto-detecting littlefs. 2021-01-29 15:02:55 +11:00
vfs_lfs_superblock.py.exp extmod/vfs: Check block 0 and 1 when auto-detecting littlefs. 2021-01-29 15:02:55 +11:00
vfs_posix.py tests/extmod/vfs_posix.py: Add more tests for VfsPosix class. 2021-02-11 23:49:44 +11:00
vfs_posix.py.exp tests/extmod/vfs_posix.py: Add more tests for VfsPosix class. 2021-02-11 23:49:44 +11:00
vfs_userfs.py
vfs_userfs.py.exp
websocket_basic.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
websocket_basic.py.exp