You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Carlosgg f3f215e9bd extmod/modssl_mbedtls: Add SSLContext certificate methods. 1 year ago
..
asyncio_as_uasyncio.py tests/extmod/asyncio_as_uasyncio.py: Fix qstr order dependency. 1 year ago
asyncio_as_uasyncio.py.exp tests/extmod/asyncio_as_uasyncio.py: Fix qstr order dependency. 1 year ago
asyncio_await_return.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_await_return.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_basic.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_basic.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_basic2.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_basic2.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_fair.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_fair.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_fair2.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_fair2.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_self.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_self.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_task.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_task.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_wait_on_finished.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_wait_on_finished.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_current_task.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_current_task.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_event.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_event.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_event_fair.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_event_fair.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_exception.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_exception.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_fair.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_fair.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_gather.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_gather.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_gather_notimpl.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_gather_notimpl.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_get_event_loop.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_heaplock.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_heaplock.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_lock.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_lock.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_lock_cancel.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_lock_cancel.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_loop_stop.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_loop_stop.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_micropython.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_micropython.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_new_event_loop.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_new_event_loop.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_set_exception_handler.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_set_exception_handler.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_task_done.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_task_done.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_threadsafeflag.py tests/extmod/asyncio_threadsafeflag.py: Update for unix select. 1 year ago
asyncio_threadsafeflag.py.exp tests/extmod/asyncio_threadsafeflag.py: Update for unix select. 1 year ago
asyncio_wait_for.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_wait_for.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_wait_for_fwd.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_wait_for_fwd.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_wait_task.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_wait_task.py.exp tests: Rename uasyncio to asyncio. 1 year ago
binascii_a2b_base64.py tests: Replace umodule with module everywhere. 1 year ago
binascii_b2a_base64.py tests: Replace umodule with module everywhere. 1 year ago
binascii_crc32.py tests: Replace umodule with module everywhere. 1 year ago
binascii_hexlify.py tests: Replace umodule with module everywhere. 1 year ago
binascii_unhexlify.py tests: Replace umodule with module everywhere. 1 year ago
btree1.py tests: Replace umodule with module everywhere. 1 year ago
btree1.py.exp tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op. 8 years ago
btree_error.py tests: Replace umodule with module everywhere. 1 year ago
btree_error.py.exp tests/extmod: Add btree test for errors raised by btree DB library. 5 years ago
btree_gc.py tests: Replace umodule with module everywhere. 1 year ago
btree_gc.py.exp extmod/modbtree: Retain reference to underlying stream so it's not GC'd. 5 years ago
cryptolib_aes128_cbc.py tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_cbc.py.exp tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ctr.py tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ctr.py.exp tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ecb.py tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ecb.py.exp tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ecb_enc.py tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ecb_enc.py.exp tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ecb_inpl.py tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ecb_inpl.py.exp tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ecb_into.py tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes128_ecb_into.py.exp tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes256_cbc.py tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes256_cbc.py.exp tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes256_ecb.py tests: Replace umodule with module everywhere. 1 year ago
cryptolib_aes256_ecb.py.exp tests: Replace umodule with module everywhere. 1 year ago
deflate_compress.py tests/extmod/deflate_compress.py: Add a test for optimal compression. 11 months ago
deflate_compress.py.exp tests/extmod/deflate_compress.py: Add a test for optimal compression. 11 months ago
deflate_decompress.py tests/extmod/deflate_decompress.py: Skip test when not enough memory. 1 year ago
deflate_decompress.py.exp tests/extmod: Add deflate.DeflateIO tests. 1 year ago
deflate_stream_error.py tests/extmod: Add deflate.DeflateIO tests. 1 year ago
deflate_stream_error.py.exp tests/extmod: Add deflate.DeflateIO tests. 1 year ago
framebuf1.py extmod/modframebuf: Remove FrameBuffer1 from natmod build. 1 year ago
framebuf1.py.exp extmod/modframebuf: Fix FrameBuffer get-buffer implementation. 1 year ago
framebuf2.py tests/extmod/framebuf: Fix buffer size issues. 1 year ago
framebuf2.py.exp extmod/modframebuf: Add 2-bit color format (GS2_HMSB). 7 years ago
framebuf4.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
framebuf4.py.exp tests/extmod/framebuf4: Add tests for GS4_HMSB framebuf format. 8 years ago
framebuf8.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
framebuf8.py.exp extmod/modframebuf: Add 8-bit greyscale format (GS8). 7 years ago
framebuf16.py tests: Replace umodule with module everywhere. 1 year ago
framebuf16.py.exp extmod/modframebuf: Make FrameBuffer handle 16bit depth. 8 years ago
framebuf_bounds.py extmod/modframebuf: Validate FrameBuffer bounds against input buffer. 1 year ago
framebuf_bounds.py.exp extmod/modframebuf: Validate FrameBuffer bounds against input buffer. 1 year ago
framebuf_ellipse.py extmod/modframebuf: Add ellipse drawing method. 2 years ago
framebuf_ellipse.py.exp extmod/modframebuf: Add ellipse drawing method. 2 years ago
framebuf_palette.py tests: Replace umodule with module everywhere. 1 year ago
framebuf_palette.py.exp extmod/modframebuf: Enable blit between different formats via a palette. 3 years ago
framebuf_polygon.py extmod/modframebuf: Add polygon drawing methods. 2 years ago
framebuf_polygon.py.exp extmod/modframebuf: Improve poly-fill boundary pixels. 2 years ago
framebuf_scroll.py tests/extmod/framebuf_scroll: Add tests for FrameBuffer scrolling. 2 years ago
framebuf_scroll.py.exp tests/extmod/framebuf_scroll: Add tests for FrameBuffer scrolling. 2 years ago
framebuf_subclass.py tests: Replace umodule with module everywhere. 1 year ago
framebuf_subclass.py.exp extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer. 5 years ago
hashlib_final.py tests: Replace umodule with module everywhere. 1 year ago
hashlib_final.py.exp tests: Replace umodule with module everywhere. 1 year ago
hashlib_md5.py tests: Replace umodule with module everywhere. 1 year ago
hashlib_sha1.py tests: Replace umodule with module everywhere. 1 year ago
hashlib_sha256.py tests: Replace umodule with module everywhere. 1 year ago
heapq1.py tests: Replace umodule with module everywhere. 1 year ago
json_dump.py tests: Replace umodule with module everywhere. 1 year ago
json_dump_iobase.py tests: Replace umodule with module everywhere. 1 year ago
json_dump_separators.py tests: Replace umodule with module everywhere. 1 year ago
json_dumps.py tests: Replace umodule with module everywhere. 1 year ago
json_dumps_extra.py tests: Replace umodule with module everywhere. 1 year ago
json_dumps_extra.py.exp tests: Replace umodule with module everywhere. 1 year ago
json_dumps_float.py tests: Replace umodule with module everywhere. 1 year ago
json_dumps_ordereddict.py tests: Replace umodule with module everywhere. 1 year ago
json_dumps_separators.py tests: Replace umodule with module everywhere. 1 year ago
json_load.py tests: Replace umodule with module everywhere. 1 year ago
json_loads.py tests: Replace umodule with module everywhere. 1 year ago
json_loads_bytes.py tests: Replace umodule with module everywhere. 1 year ago
json_loads_bytes.py.exp tests: Replace umodule with module everywhere. 1 year ago
json_loads_float.py tests: Replace umodule with module everywhere. 1 year ago
machine1.py tests: Replace umodule with module everywhere. 1 year ago
machine1.py.exp extmod/machine_mem: Only allow integers in machine.memX subscript. 4 years ago
machine_i2s_rate.py tests/extmod: Update I2S rate test to work on mimxrt. 3 years ago
machine_i2s_rate.py.exp tests/extmod: Add test for machine.I2S data rate. 3 years ago
machine_pinbase.py tests: Replace umodule with module everywhere. 1 year ago
machine_pinbase.py.exp tests: Add a testcase for machine.PinBase class. 9 years ago
machine_pulse.py tests: Replace umodule with module everywhere. 1 year ago
machine_pulse.py.exp extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
machine_signal.py tests: Replace umodule with module everywhere. 1 year ago
machine_signal.py.exp tests/extmod: Add test for machine.Signal class. 8 years ago
machine_timer.py tests: Replace umodule with module everywhere. 1 year ago
machine_timer.py.exp tests/extmod: Add basic machine.Timer test. 5 years ago
random_basic.py tests: Replace umodule with module everywhere. 1 year ago
random_basic.py.exp tests: Replace umodule with module everywhere. 1 year ago
random_extra.py tests: Replace umodule with module everywhere. 1 year ago
random_extra_float.py tests: Replace umodule with module everywhere. 1 year ago
random_seed_default.py tests: Replace umodule with module everywhere. 1 year ago
re1.py tests: Replace umodule with module everywhere. 1 year ago
re_debug.py tests: Replace umodule with module everywhere. 1 year ago
re_debug.py.exp tests: Replace umodule with module everywhere. 1 year ago
re_error.py tests: Replace umodule with module everywhere. 1 year ago
re_group.py tests: Replace umodule with module everywhere. 1 year ago
re_groups.py tests: Replace umodule with module everywhere. 1 year ago
re_limit.py tests: Replace umodule with module everywhere. 1 year ago
re_limit.py.exp tests: Replace umodule with module everywhere. 1 year ago
re_namedclass.py tests: Replace umodule with module everywhere. 1 year ago
re_span.py tests: Replace umodule with module everywhere. 1 year ago
re_split.py tests: Replace umodule with module everywhere. 1 year ago
re_split_empty.py tests: Replace umodule with module everywhere. 1 year ago
re_split_empty.py.exp tests: Replace umodule with module everywhere. 1 year ago
re_split_notimpl.py tests: Replace umodule with module everywhere. 1 year ago
re_split_notimpl.py.exp tests: Replace umodule with module everywhere. 1 year ago
re_stack_overflow.py tests: Replace umodule with module everywhere. 1 year ago
re_stack_overflow.py.exp tests: Replace umodule with module everywhere. 1 year ago
re_sub.py tests: Replace umodule with module everywhere. 1 year ago
re_sub_unmatched.py tests: Replace umodule with module everywhere. 1 year ago
re_sub_unmatched.py.exp tests: Replace umodule with module everywhere. 1 year ago
select_ipoll.py tests/extmod: Add coverage tests for select module. 1 year ago
select_ipoll.py.exp tests/extmod: Add coverage tests for select module. 1 year ago
select_poll_basic.py tests/extmod: Add coverage tests for select module. 1 year ago
select_poll_custom.py extmod/modselect: Properly track number of poll objects that are fd's. 1 year ago
select_poll_custom.py.exp extmod/modselect: Properly track number of poll objects that are fd's. 1 year ago
select_poll_eintr.py tests/extmod/select_poll_eintr.py: Improve robustness of test. 1 year ago
select_poll_fd.py tests/extmod: Add coverage tests for select module. 1 year ago
select_poll_udp.py tests/extmod: Skip select/socket tests if they can't create UDP socket. 1 year ago
socket_tcp_basic.py tests: Replace umodule with module everywhere. 1 year ago
socket_udp_nonblock.py tests/extmod: Skip select/socket tests if they can't create UDP socket. 1 year ago
ssl_basic.py extmod/modssl: Add SSLContext class. 1 year ago
ssl_basic.py.exp extmod/modssl: Add SSLContext class. 1 year ago
ssl_cadata.py tests/extmod/ssl_cadata.py: Skip test on axtls. 1 year ago
ssl_cadata.py.exp tests/extmod: Add test for passing cadata into ssl.wrap_socket(). 1 year ago
ssl_ioctl.py extmod/modssl_mbedtls: Reject ioctls that are not supported. 1 year ago
ssl_ioctl.py.exp extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state. 1 year ago
ssl_keycert.py tests: Replace umodule with module everywhere. 1 year ago
ssl_keycert.py.exp tests: Replace umodule with module everywhere. 1 year ago
ssl_poll.py tests: Replace umodule with module everywhere. 1 year ago
ssl_poll.py.exp tests: Replace umodule with module everywhere. 1 year ago
ssl_sslcontext.py tests/extmod: Add tests for ssl.SSLContext. 1 year ago
ssl_sslcontext_ciphers.py extmod/modssl_mbedtls: Add SSLContext certificate methods. 11 months ago
ssl_sslcontext_ciphers.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 11 months ago
ssl_sslcontext_micropython.py tests/extmod: Add tests for ssl.SSLContext. 1 year ago
ssl_sslcontext_micropython.py.exp tests/extmod: Add tests for ssl.SSLContext. 1 year ago
ssl_sslcontext_verify_mode.py tests/extmod: Add tests for ssl.SSLContext. 1 year ago
ticks_add.py tests: Replace umodule with module everywhere. 1 year ago
ticks_add.py.exp extmod/utime_mphal: Make ticks_add check for overflow of delta. 2 years ago
ticks_diff.py tests: Replace umodule with module everywhere. 1 year ago
ticks_diff.py.exp tests/extmod/ticks_diff: Test for new semantics of ticks_diff(). 8 years ago
time_ms_us.py tests: Replace umodule with module everywhere. 1 year ago
time_ms_us.py.exp tests/extmod/time_ms_us: Add test for calling ticks_cpu(). 7 years ago
time_res.py tests: Replace umodule with module everywhere. 1 year ago
time_res.py.exp tests: Replace umodule with module everywhere. 1 year ago
time_time_ns.py tests: Replace umodule with module everywhere. 1 year ago
time_time_ns.py.exp tests: Replace umodule with module everywhere. 1 year ago
uctypes_32bit_intbig.py tests/extmod: Use bytearray instead of bytes for uctypes test. 3 years ago
uctypes_32bit_intbig.py.exp tests/extmod: Use bytearray instead of bytes for uctypes test. 3 years ago
uctypes_array_assign_le.py tests/extmod/uctypes_array_assign_le: Fix buffer. 1 year 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: Replace umodule with module everywhere. 1 year 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: Replace umodule with module everywhere. 1 year ago
uctypes_array_assign_native_le_intbig.py.exp tests/uctypes_array_assign_native_le: Split off intbig part. 8 years ago
uctypes_array_load_store.py py/binary: Fix sign extension setting wide integer on 32-bit archs. 4 years ago
uctypes_array_load_store.py.exp py/binary: Fix sign extension setting wide integer on 32-bit archs. 4 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: Format all Python code with black, except tests in basics subdir. 5 years ago
uctypes_byteat.py.exp tests/extmod: Add some uctypes tests to improve coverage of that module. 7 years ago
uctypes_error.py extmod/moductypes: Validate that uctypes.struct addr argument is an int. 1 year ago
uctypes_error.py.exp extmod/moductypes: Validate that uctypes.struct addr argument is an int. 1 year ago
uctypes_le.py all: Update Python code to conform to latest black formatting. 4 years ago
uctypes_le.py.exp tests/extmod: Improve moductypes test coverage. 8 years ago
uctypes_le_float.py extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 4 years ago
uctypes_le_float.py.exp extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 4 years ago
uctypes_native_float.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uctypes_native_float.py.exp extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types. 9 years ago
uctypes_native_le.py tests: Replace umodule with module everywhere. 1 year ago
uctypes_native_le.py.exp tests/extmod: Improve moductypes test coverage. 8 years ago
uctypes_print.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uctypes_print.py.exp tests/extmod: Improve moductypes test coverage. 8 years ago
uctypes_ptr_le.py tests: Replace umodule with module everywhere. 1 year ago
uctypes_ptr_le.py.exp tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field. 6 years ago
uctypes_ptr_native_le.py tests: Replace umodule with module everywhere. 1 year ago
uctypes_ptr_native_le.py.exp moductypes: Foreign data interface module, roughly based on ctype ideas. 10 years ago
uctypes_sizeof.py tests: Format all Python code with black, except tests in basics subdir. 5 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 extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 4 years ago
uctypes_sizeof_float.py.exp extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 4 years ago
uctypes_sizeof_layout.py all: Fix spelling mistakes based on codespell check. 2 years ago
uctypes_sizeof_layout.py.exp tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout. 6 years ago
uctypes_sizeof_native.py all: Update Python code to conform to latest black formatting. 4 years ago
uctypes_sizeof_native.py.exp moductypes: Foreign data interface module, roughly based on ctype ideas. 10 years ago
uctypes_sizeof_od.py tests: Replace umodule with module everywhere. 1 year ago
uctypes_sizeof_od.py.exp tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor 6 years ago
vfs_basic.py tests: Replace umodule with module everywhere. 1 year ago
vfs_basic.py.exp extmod/vfs: Fix lookup of entry in root dir so it fails correctly. 4 years ago
vfs_blockdev.py tests: Replace umodule with module everywhere. 1 year ago
vfs_blockdev.py.exp tests/extmod: Add test for blockdev with standard and extended protocol. 5 years ago
vfs_fat_fileio1.py tests: Replace umodule with module everywhere. 1 year ago
vfs_fat_fileio1.py.exp tests/extmod: Split out VfsFat finaliser tests to separate test file. 5 years ago
vfs_fat_fileio2.py tests: Replace umodule with module everywhere. 1 year ago
vfs_fat_fileio2.py.exp extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple. 7 years ago
vfs_fat_finaliser.py tests/extmod/vfs_fat_finaliser.py: Tweak test so files are collected. 1 year ago
vfs_fat_finaliser.py.exp tests/extmod: Split out VfsFat finaliser tests to separate test file. 5 years ago
vfs_fat_ilistdir_del.py tests: Replace umodule with module everywhere. 1 year ago
vfs_fat_ilistdir_del.py.exp extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years ago
vfs_fat_more.py tests: Replace umodule with module everywhere. 1 year ago
vfs_fat_more.py.exp tests/extmod: Add test for importing a script from a user VFS. 7 years ago
vfs_fat_mtime.py tests: Replace umodule with module everywhere. 1 year ago
vfs_fat_mtime.py.exp tests/extmod: Add tests for verifying FAT and littlefs mtime values. 4 years ago
vfs_fat_oldproto.py tests: Replace umodule with module everywhere. 1 year 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: Replace umodule with module everywhere. 1 year ago
vfs_fat_ramdisk.py.exp tests/extmod: Add tests for verifying FAT and littlefs mtime values. 4 years ago
vfs_fat_ramdisklarge.py tests: Replace umodule with module everywhere. 1 year ago
vfs_fat_ramdisklarge.py.exp tests/extmod: Add test for FAT filesystem on a very large block device. 6 years ago
vfs_lfs.py tests: Replace umodule with module everywhere. 1 year ago
vfs_lfs.py.exp extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
vfs_lfs_corrupt.py tests: Replace umodule with module everywhere. 1 year ago
vfs_lfs_corrupt.py.exp tests/extmod: Add littlefs tests. 5 years ago
vfs_lfs_error.py tests: Replace umodule with module everywhere. 1 year ago
vfs_lfs_error.py.exp tests/extmod: Add littlefs tests. 5 years ago
vfs_lfs_file.py tests: Replace umodule with module everywhere. 1 year ago
vfs_lfs_file.py.exp tests/extmod: Add littlefs tests. 5 years ago
vfs_lfs_ilistdir_del.py tests: Replace umodule with module everywhere. 1 year ago
vfs_lfs_ilistdir_del.py.exp extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years ago
vfs_lfs_mount.py tests: Replace umodule with module everywhere. 1 year ago
vfs_lfs_mount.py.exp tests/extmod: Change expected errno code from 36 to 30 in VfsLfs2 test. 2 years ago
vfs_lfs_mtime.py tests: Replace umodule with module everywhere. 1 year ago
vfs_lfs_mtime.py.exp tests/extmod: Add tests for verifying FAT and littlefs mtime values. 4 years ago
vfs_lfs_superblock.py tests: Replace umodule with module everywhere. 1 year ago
vfs_lfs_superblock.py.exp extmod/vfs: Check block 0 and 1 when auto-detecting littlefs. 4 years ago
vfs_posix.py extmod/vfs_posix: Fix accidentally passing tests. 1 year ago
vfs_posix.py.exp extmod/vfs_posix: Fix relative root path. 1 year ago
vfs_posix_enoent.py extmod/vfs_posix: Additional tests for coverage of error cases. 1 year ago
vfs_posix_enoent.py.exp extmod/vfs_posix: Additional tests for coverage of error cases. 1 year ago
vfs_posix_ilistdir_del.py extmod/vfs_posix: Fix accidentally passing tests. 1 year ago
vfs_posix_ilistdir_del.py.exp extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years ago
vfs_posix_ilistdir_filter.py extmod/vfs_posix: Fix accidentally passing tests. 1 year ago
vfs_posix_ilistdir_filter.py.exp extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'. 2 years ago
vfs_posix_paths.py extmod/vfs_posix: Fix getcwd() on non-root VFS. 1 year ago
vfs_posix_paths.py.exp extmod/vfs_posix: Fix getcwd() on non-root VFS. 1 year ago
vfs_userfs.py extmod/vfs_reader: Add file ioctl to set read buffer size. 1 year ago
vfs_userfs.py.exp extmod/vfs_reader: Add file ioctl to set read buffer size. 1 year ago
websocket_basic.py tests: Replace umodule with module everywhere. 1 year ago
websocket_basic.py.exp tests/extmod: Rename websocket test to websocket_basic. 8 years ago