circuitpython/tests/extmod
Damien George 5694201930 extmod/vfs_fat_file: Make file.close() a no-op if file already closed.
As per CPython semantics.  In particular, file.__del__() should not raise
an exception if the file is already closed.
2016-10-24 12:59:20 +11:00
..
btree1.py tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op. 2016-10-05 00:17:22 +11:00
btree1.py.exp tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op. 2016-10-05 00:17:22 +11:00
framebuf1.py tests/extmod/framebuf1: Add tests for scrolling in the x-direction. 2016-09-05 12:08:25 +10:00
framebuf1.py.exp tests/extmod/framebuf1: Add tests for scrolling in the x-direction. 2016-09-05 12:08:25 +10:00
machine1.py tests/machine1: Revamp to work with unix port (which has "umachine"). 2016-07-31 04:30:48 +03:00
machine1.py.exp
machine_pinbase.py tests/extmod/machine_pinbase: Skip if machine.PinBase is not available. 2016-07-17 16:30:24 +03:00
machine_pinbase.py.exp
machine_pulse.py tests/extmod: Add test for machine.time_pulse_us(). 2016-09-16 23:31:02 +10:00
machine_pulse.py.exp tests/extmod: Add test for machine.time_pulse_us(). 2016-09-16 23:31:02 +10:00
sha256.py
time_ms_us.py
time_ms_us.py.exp
ubinascii_a2b_base64.py
ubinascii_b2a_base64.py
ubinascii_crc32.py extmod/modubinascii: Make crc32() support configurable. 2016-08-24 18:28:43 +03:00
ubinascii_hexlify.py
ubinascii_unhexlify.py
uctypes_array_assign_le.py tests/uctypes: Test item assignment for scalar arrays. 2016-01-03 20:32:51 +02:00
uctypes_array_assign_le.py.exp
uctypes_array_assign_native_le.py
uctypes_array_assign_native_le.py.exp
uctypes_bytearray.py
uctypes_bytearray.py.exp
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_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_native.py
uctypes_sizeof_native.py.exp
uheapq1.py
ujson_dumps.py
ujson_dumps_extra.py
ujson_dumps_extra.py.exp
ujson_dumps_float.py
ujson_load.py tests/extmod: Add test for ujson.load(). 2016-10-13 11:46:49 +11:00
ujson_loads.py
ujson_loads_float.py
urandom_basic.py tests/extmod/urandom: Add urandom tests for error cases. 2016-09-16 12:49:15 +10:00
urandom_extra.py tests/extmod/urandom: Add urandom tests for error cases. 2016-09-16 12:49:15 +10:00
ure1.py
ure_error.py
ure_group.py
ure_namedclass.py
ure_split.py
ure_split_empty.py
ure_split_empty.py.exp
uzlib_decompio.py tests/extmod/uzlib_decompio: Add zlib bitstream testcases. 2016-09-04 14:45:27 +03:00
uzlib_decompio.py.exp tests/extmod/uzlib_decompio: Add zlib bitstream testcases. 2016-09-04 14:45:27 +03:00
uzlib_decompio_gz.py tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream. 2016-09-24 15:43:23 +03:00
uzlib_decompio_gz.py.exp tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream. 2016-09-24 15:43:23 +03:00
uzlib_decompress.py tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage. 2016-10-07 01:02:11 +11:00
vfs_fat_fileio.py extmod/vfs_fat_file: Make file.close() a no-op if file already closed. 2016-10-24 12:59:20 +11:00
vfs_fat_fileio.py.exp extmod/vfs_fat_file: Make file.close() a no-op if file already closed. 2016-10-24 12:59:20 +11:00
vfs_fat_ramdisk.py tests/extmod/vfs_fat: Improve VFS test coverage. 2016-10-24 12:49:19 +11:00
vfs_fat_ramdisk.py.exp tests/extmod/vfs_fat: Improve VFS test coverage. 2016-10-24 12:49:19 +11:00