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.
 
 
 
 
 
 
stijn 9ae8d38204 extmod/vfs_posix_file: Implement finaliser for files. 2 years ago
..
btree1.py extmod/modbtree: Use buffer protocol for keys/values. 2 years ago
btree1.py.exp tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op. 8 years ago
btree_error.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
btree_error.py.exp tests/extmod: Add btree test for errors raised by btree DB library. 5 years ago
btree_gc.py tests/extmod/btree_gc.py: Close the database to avoid a memory leak. 3 years ago
btree_gc.py.exp extmod/modbtree: Retain reference to underlying stream so it's not GC'd. 5 years ago
framebuf1.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
framebuf1.py.exp extmod/modframebuf: Make monochrome bitmap formats start with MONO_. 8 years ago
framebuf2.py tests: Format all Python code with black, except tests in basics subdir. 5 years 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: Make float and framebuf tests skip or run on big-endian archs. 4 years ago
framebuf16.py.exp extmod/modframebuf: Make FrameBuffer handle 16bit depth. 8 years 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 extmod/modframebuf: Enable blit between different formats via a palette. 3 years 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_subclass.py tests: Make float and framebuf tests skip or run on big-endian archs. 4 years ago
framebuf_subclass.py.exp extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer. 5 years ago
machine1.py extmod/machine_mem: Only allow integers in machine.memX subscript. 4 years 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: Format all Python code with black, except tests in basics subdir. 5 years ago
machine_pinbase.py.exp tests: Add a testcase for machine.PinBase class. 9 years ago
machine_pulse.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
machine_pulse.py.exp extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
machine_signal.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
machine_signal.py.exp tests/extmod: Add test for machine.Signal class. 8 years ago
machine_timer.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
machine_timer.py.exp tests/extmod: Add basic machine.Timer test. 5 years ago
ticks_diff.py tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests. 5 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: Format all Python code with black, except tests in basics subdir. 5 years ago
time_ms_us.py.exp tests/extmod/time_ms_us: Add test for calling ticks_cpu(). 7 years ago
uasyncio_await_return.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_await_return.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_basic.py tests/extmod: Increase timing on uasyncio tests to make more reliable. 3 years ago
uasyncio_basic.py.exp tests/extmod: Increase timing on uasyncio tests to make more reliable. 3 years ago
uasyncio_basic2.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_basic2.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_cancel_fair.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_cancel_fair.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_cancel_fair2.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_cancel_fair2.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_cancel_self.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_cancel_self.py.exp extmod/uasyncio: Change cannot to can't in error message, and test exp. 5 years ago
uasyncio_cancel_task.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_cancel_task.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_cancel_wait_on_finished.py extmod/uasyncio: Fix race with cancelled task waiting on finished task. 3 years ago
uasyncio_cancel_wait_on_finished.py.exp extmod/uasyncio: Fix race with cancelled task waiting on finished task. 3 years ago
uasyncio_current_task.py extmod/uasyncio: Add asyncio.current_task(). 4 years ago
uasyncio_current_task.py.exp extmod/uasyncio: Add asyncio.current_task(). 4 years ago
uasyncio_event.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_event.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_event_fair.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_event_fair.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_exception.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_exception.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_fair.py tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps. 4 years ago
uasyncio_fair.py.exp extmod/uasyncio: Truncate negative sleeps to 0. 4 years ago
uasyncio_gather.py extmod/uasyncio: Handle gather with no awaitables. 2 years ago
uasyncio_gather.py.exp extmod/uasyncio: Handle gather with no awaitables. 2 years ago
uasyncio_gather_notimpl.py extmod/uasyncio: Fix gather cancelling and handling of exceptions. 3 years ago
uasyncio_gather_notimpl.py.exp extmod/uasyncio: Fix gather cancelling and handling of exceptions. 3 years ago
uasyncio_get_event_loop.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_heaplock.py tests/extmod/uasyncio_heaplock.py: Force SKIP on stackless. 2 years ago
uasyncio_heaplock.py.exp tests/extmod: Add heap-lock test for stream writing. 2 years ago
uasyncio_lock.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_lock.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_lock_cancel.py tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_lock_cancel.py.exp tests/extmod: Add uasyncio tests. 5 years ago
uasyncio_loop_stop.py extmod/uasyncio: Implement Loop.stop() to stop the event loop. 5 years ago
uasyncio_loop_stop.py.exp extmod/uasyncio: Implement Loop.stop() to stop the event loop. 5 years ago
uasyncio_micropython.py extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
uasyncio_micropython.py.exp extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
uasyncio_new_event_loop.py extmod/uasyncio: Add Loop.new_event_loop method. 5 years ago
uasyncio_new_event_loop.py.exp extmod/uasyncio: Add Loop.new_event_loop method. 5 years ago
uasyncio_set_exception_handler.py extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop. 4 years ago
uasyncio_set_exception_handler.py.exp extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop. 4 years ago
uasyncio_task_done.py extmod/uasyncio: Add Task.done() method. 4 years ago
uasyncio_task_done.py.exp extmod/uasyncio: Add Task.done() method. 4 years ago
uasyncio_threadsafeflag.py extmod/uasyncio: Add clear method to ThreadSafeFlag. 2 years ago
uasyncio_threadsafeflag.py.exp extmod/uasyncio: Add clear method to ThreadSafeFlag. 2 years ago
uasyncio_wait_for.py extmod/uasyncio: Fix edge case for cancellation of wait_for. 2 years ago
uasyncio_wait_for.py.exp extmod/uasyncio: Fix edge case for cancellation of wait_for. 2 years ago
uasyncio_wait_for_fwd.py extmod/uasyncio: Fix cancellation handling of wait_for. 4 years ago
uasyncio_wait_for_fwd.py.exp extmod/uasyncio: Fix cancellation handling of wait_for. 4 years ago
uasyncio_wait_task.py tests/extmod: Increase timing on uasyncio tests to make more reliable. 3 years ago
uasyncio_wait_task.py.exp tests/extmod: Increase timing on uasyncio tests to make more reliable. 3 years ago
ubinascii_a2b_base64.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ubinascii_b2a_base64.py extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
ubinascii_crc32.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ubinascii_hexlify.py tests/extmod/ubinascii: Add tests for bytes.hex etc. 2 years ago
ubinascii_unhexlify.py tests/extmod/ubinascii: Add tests for bytes.hex etc. 2 years ago
ucryptolib_aes128_cbc.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ucryptolib_aes128_cbc.py.exp tests/extmod/ucryptolib*: Add tests for ucryptolib module. 6 years ago
ucryptolib_aes128_ctr.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ucryptolib_aes128_ctr.py.exp extmod/moducryptolib: Add AES-CTR support. 6 years ago
ucryptolib_aes128_ecb.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ucryptolib_aes128_ecb.py.exp tests/extmod/ucryptolib*: Add tests for ucryptolib module. 6 years ago
ucryptolib_aes128_ecb_enc.py tests: Format all Python code with black, except tests in basics subdir. 5 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: Format all Python code with black, except tests in basics subdir. 5 years ago
ucryptolib_aes256_cbc.py.exp tests/extmod/ucryptolib*: Add tests for ucryptolib module. 6 years ago
ucryptolib_aes256_ecb.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ucryptolib_aes256_ecb.py.exp tests/extmod/ucryptolib*: Add tests for ucryptolib module. 6 years 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: Format all Python code with black, except tests in basics subdir. 5 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 all: Rename "sys" module to "usys". 4 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 all: Rename "sys" module to "usys". 4 years 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 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uctypes_error.py.exp tests/extmod/uctypes_error: Add test for unsupported unary op. 6 years 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 all: Rename "sys" module to "usys". 4 years 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 all: Rename "sys" module to "usys". 4 years 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 all: Rename "sys" module to "usys". 4 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: 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 tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout. 6 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: Format all Python code with black, except tests in basics subdir. 5 years ago
uctypes_sizeof_od.py.exp tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor 6 years ago
uhashlib_final.py extmod/moduhashlib: Put hash obj in final state after digest is called. 4 years ago
uhashlib_final.py.exp extmod/moduhashlib: Put hash obj in final state after digest is called. 4 years ago
uhashlib_md5.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uhashlib_sha1.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uhashlib_sha256.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uheapq1.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_dump.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_dump_iobase.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_dump_separators.py tests/extmod/ujson: Add tests for dump/dumps separators argument. 3 years ago
ujson_dumps.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_dumps_extra.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_dumps_extra.py.exp tests: Add tests to improve coverage of objstr.c. 9 years ago
ujson_dumps_float.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_dumps_ordereddict.py py/objdict: Support ujson.dump() of OrderedDict objects. 5 years ago
ujson_dumps_separators.py tests/extmod/ujson: Add tests for dump/dumps separators argument. 3 years ago
ujson_load.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_loads.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_loads_bytes.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ujson_loads_bytes.py.exp tests/extmod: Split json.loads of bytes/bytearray into separate test. 5 years ago
ujson_loads_float.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
urandom_basic.py extmod/modurandom: Support an argument of bits=0 to getrandbits. 3 years ago
urandom_basic.py.exp extmod/modurandom: Support an argument of bits=0 to getrandbits. 3 years ago
urandom_extra.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
urandom_extra_float.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
urandom_seed_default.py extmod/modurandom: Support urandom.seed() without an argument. 4 years ago
ure1.py extmod/ure: Use single function for match/search/sub. 4 years ago
ure_debug.py tests: Format all Python code with black, except tests in basics subdir. 5 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: Format all Python code with black, except tests in basics subdir. 5 years ago
ure_group.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ure_groups.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ure_limit.py extmod/re1.5: Check and report byte overflow errors in _compilecode. 4 years ago
ure_limit.py.exp extmod/re1.5: Check and report byte overflow errors in _compilecode. 4 years ago
ure_namedclass.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ure_span.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ure_split.py extmod/modure: Set subject begin_line so ^ doesn't match interior. 3 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: Format all Python code with black, except tests in basics subdir. 5 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: Set subject begin_line so ^ doesn't match interior. 3 years ago
ure_sub_unmatched.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ure_sub_unmatched.py.exp extmod/modure: Add ure.sub() function and method, and tests. 6 years ago
uselect_poll_basic.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
uselect_poll_udp.py tests/extmod: Skip uselect_poll_udp when poll() is not available. 3 years ago
usocket_tcp_basic.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
usocket_udp_nonblock.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
ussl_basic.py tests/extmod/ussl_basic: Make test run on axtls and mbedtls. 2 years ago
ussl_basic.py.exp tests/extmod/ussl_basic: Make test run on axtls and mbedtls. 2 years ago
ussl_keycert.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
ussl_keycert.py.exp tests/extmod: Add test for ussl when passing in key/cert params. 5 years ago
utime_res.py tests/extmod: Add test for the precision of utime functions. 4 years ago
utime_res.py.exp tests/extmod: Add test for the precision of utime functions. 4 years ago
utime_time_ns.py tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement. 4 years ago
utime_time_ns.py.exp extmod/utime_mphal: Add generic utime.time_ns() function. 4 years ago
utimeq1.py all: Update Python formatting to latest Black version 21.12b0. 3 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: Format all Python code with black, except tests in basics subdir. 5 years ago
uzlib_decompio.py.exp tests/extmod/uzlib_decompio: Add zlib bitstream testcases. 8 years ago
uzlib_decompio_gz.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uzlib_decompio_gz.py.exp tests/extmod: Improve tinfgzip.c test coverage. 8 years ago
uzlib_decompress.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
vfs_basic.py extmod/vfs: Fix lookup of entry in root dir so it fails correctly. 4 years 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: Format all Python code with black, except tests in basics subdir. 5 years ago
vfs_blockdev.py.exp tests/extmod: Add test for blockdev with standard and extended protocol. 5 years ago
vfs_fat_fileio1.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years 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: Use .errno instead of .args[0] for OSError exceptions. 4 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_finaliser.py tests/extmod/vfs_fat_finaliser.py: Make finalisation more robust. 3 years 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 extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years 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: Use .errno instead of .args[0] for OSError exceptions. 4 years 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/extmod: Add tests for verifying FAT and littlefs mtime values. 4 years 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: Format all Python code with black, except tests in basics subdir. 5 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: Use .errno instead of .args[0] for OSError exceptions. 4 years 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: Format all Python code with black, except tests in basics subdir. 5 years 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 extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
vfs_lfs.py.exp extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
vfs_lfs_corrupt.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
vfs_lfs_corrupt.py.exp tests/extmod: Add littlefs tests. 5 years ago
vfs_lfs_error.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
vfs_lfs_error.py.exp tests/extmod: Add littlefs tests. 5 years ago
vfs_lfs_file.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
vfs_lfs_file.py.exp tests/extmod: Add littlefs tests. 5 years ago
vfs_lfs_ilistdir_del.py extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years 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/extmod: Add test to try and mount a block device directly. 4 years 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/extmod: Add tests for verifying FAT and littlefs mtime values. 4 years ago
vfs_lfs_mtime.py.exp tests/extmod: Add tests for verifying FAT and littlefs mtime values. 4 years ago
vfs_lfs_superblock.py extmod/vfs: Check block 0 and 1 when auto-detecting littlefs. 4 years 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_file: Implement finaliser for files. 2 years ago
vfs_posix.py.exp extmod/vfs_posix_file: Implement finaliser for files. 2 years ago
vfs_posix_ilistdir_del.py extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years ago
vfs_posix_ilistdir_del.py.exp extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years ago
vfs_userfs.py all: Rename "sys" module to "usys". 4 years ago
vfs_userfs.py.exp extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode. 4 years ago
websocket_basic.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
websocket_basic.py.exp tests/extmod: Rename websocket test to websocket_basic. 8 years ago