micropython/tests/extmod
Damien George 25afc7da0d tests: Add tests to improve coverage of objstr.c. 2015-09-03 23:06:18 +01:00
..
machine1.py modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
machine1.py.exp modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
machine_mem.py modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
machine_mem.py.exp modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
sha256.py tests: sha256: skip test if uhashlib module is not available. 2014-12-18 00:32:15 +02:00
ubinascii_a2b_base64.py tests: Catch ValueError instead of any exception to properly test error. 2015-07-06 11:35:08 +00:00
ubinascii_b2a_base64.py extmod: Add a2b_base64 and b2a_base64 functions to ubinascii. 2015-07-04 12:26:52 +03:00
ubinascii_hexlify.py tests: Add tests for op special meths, ubinascii, complex. 2015-03-02 12:47:44 +00:00
ubinascii_unhexlify.py extmod: Add ubinascii.unhexlify 2015-05-20 09:29:22 +01:00
uctypes_bytearray.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_bytearray.py.exp moductypes: Add test for accessing UINT8 array. 2014-10-30 03:50:37 +02:00
uctypes_le.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_le.py.exp moductypes: Foreign data interface module, roughly based on ctype ideas. 2014-07-09 19:28:24 +03:00
uctypes_native_le.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_native_le.py.exp moductypes: Foreign data interface module, roughly based on ctype ideas. 2014-07-09 19:28:24 +03:00
uctypes_ptr_le.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_ptr_le.py.exp moductypes: Foreign data interface module, roughly based on ctype ideas. 2014-07-09 19:28:24 +03:00
uctypes_ptr_native_le.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_ptr_native_le.py.exp moductypes: Foreign data interface module, roughly based on ctype ideas. 2014-07-09 19:28:24 +03:00
uctypes_sizeof.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_sizeof.py.exp moductypes: Make sure we can apply .sizeof() to all aggregate types. 2014-10-30 03:50:23 +02:00
uctypes_sizeof_native.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_sizeof_native.py.exp moductypes: Foreign data interface module, roughly based on ctype ideas. 2014-07-09 19:28:24 +03:00
uheapq1.py extmod: Add uheapq module. 2014-10-22 23:20:15 +01:00
ujson_dumps.py tests: Split out json float tests to separate files. 2015-06-25 10:50:00 +01:00
ujson_dumps_extra.py tests: Add tests to improve coverage of objstr.c. 2015-09-03 23:06:18 +01:00
ujson_dumps_extra.py.exp tests: Add tests to improve coverage of objstr.c. 2015-09-03 23:06:18 +01:00
ujson_dumps_float.py tests: Split out json float tests to separate files. 2015-06-25 10:50:00 +01:00
ujson_loads.py tests: Split out json float tests to separate files. 2015-06-25 10:50:00 +01:00
ujson_loads_float.py tests: Split out json float tests to separate files. 2015-06-25 10:50:00 +01:00
ure1.py tests: Add some more tests for complex numbers and ure module. 2015-03-14 22:56:02 +00:00
ure_error.py tests: Add test for modure when regex has errors. 2015-03-10 17:47:43 +00:00
ure_group.py extmod/ure: Correctly return None when a group has no match. 2015-03-04 13:51:32 +00:00
ure_namedclass.py tests: Add tests for ure groups and named char classes. 2015-02-21 10:39:41 +00:00
ure_split.py tests: Add tests for ure groups and named char classes. 2015-02-21 10:39:41 +00:00
zlibd_decompress.py tests: Add some more tests to improve code coverage of corner cases. 2015-04-05 00:03:43 +01:00