micropython/tests/extmod
Damien George 2af921fb51 tests: Add tests for op special meths, ubinascii, complex. 2015-03-02 12:47:44 +00:00
..
sha256.py tests: sha256: skip test if uhashlib module is not available. 2014-12-18 00:32:15 +02:00
ubinascii_hexlify.py tests: Add tests for op special meths, ubinascii, complex. 2015-03-02 12:47:44 +00:00
uctypes_bytearray.py moductypes: Add test for accessing UINT8 array. 2014-10-30 03:50:37 +02:00
uctypes_bytearray.py.exp moductypes: Add test for accessing UINT8 array. 2014-10-30 03:50:37 +02:00
uctypes_le.py moductypes: Add symbolic constants to specify bitfield position/length. 2014-07-11 00:06:36 +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: Add symbolic constants to specify bitfield position/length. 2014-07-11 00:06:36 +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 tests: Add missing "import sys". 2014-10-06 22:30:46 +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 tests: Fix uctypes tests to run on 64bit arch; enable more native tests. 2014-09-23 14:15:45 +00: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: Make sure we can apply .sizeof() to all aggregate types. 2014-10-30 03:50:23 +02: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: Foreign data interface module, roughly based on ctype ideas. 2014-07-09 19:28:24 +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 py: Simplify JSON str printing (while still conforming to JSON spec). 2014-09-25 17:35:56 +01:00
ujson_loads.py extmod: Make ujson.loads raise exception if given empty string. 2015-02-02 21:52:19 +00:00
ure1.py modure: Update to re1.5 v0.6.1, fixed and extended character class support. 2014-10-17 22:25:18 +03:00
ure_group.py tests: Add tests for ure groups and named char classes. 2015-02-21 10:39:41 +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 moduzlib: Implement raw DEFLATE decoding support. 2015-01-28 02:21:49 +02:00