aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod
AgeCommit message (Expand)Author
2020-03-18extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP.Damien George
2020-02-21extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer.Jim Mussared
2020-02-11tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.Yonatan Goldschmidt
2020-01-22tests/extmod: Add basic machine.Timer test.Damien George
2019-12-27tests/extmod: Split out VfsFat finaliser tests to separate test file.Damien George
2019-12-13tests/extmod/vfs_lfs_error: Use small ints in seek error test.Damien George
2019-11-13py/objdict: Support ujson.dump() of OrderedDict objects.Andrew Leech
2019-10-31tests/extmod: Add test for ussl when passing in key/cert params.Damien George
2019-10-31extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29tests/extmod: Add test for blockdev with standard and extended protocol.Damien George
2019-10-29tests/extmod: Add littlefs tests.Damien George
2019-10-18extmod/re1.5: Support escaping within RE classes.Jim Mussared
2019-08-22tests/extmod: Split json.loads of bytes/bytearray into separate test.Damien George
2019-08-22extmod/modujson: Support passing bytes/bytearray to json.loads.Damien George
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George
2019-07-30py/objdict: Quote non-string types when used as keys in JSON output.Eric Poulsen
2019-05-14extmod/modujson: Handle parsing of floats with + in the exponent.Damien George
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-04-30tests/ussl_basic: Disable setblocking() calls.Paul Sokolovsky
2019-04-30extmod/modussl_axtls: Add non-blocking mode support.Paul Sokolovsky
2019-04-28tests: Skip tests needing machine module if (u)machine doesn't exist.Damien George
2019-03-27tests/extmod: Add test for FAT filesystem on a very large block device.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2018-12-10tests/extmod/uctypes_error: Add test for unsupported unary op.Damien George
2018-12-10tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field.Paul Sokolovsky
2018-10-30tests/extmod: Skip uselect test when CPython doesn't have poll().stijn
2018-10-23tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout.Paul Sokolovsky
2018-10-13tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptorPaul Sokolovsky
2018-10-05tests/uselect_poll_basic: Add basic test for uselect.poll invariants.Paul Sokolovsky
2018-09-11tests/extmod/uhashlib_md5: Add coverage tests for MD5 algorithm.Paul Sokolovsky
2018-08-04tests: Make tests work on targets without float support.Ayke van Laethem
2018-07-30tests/extmod/ujson_dump_iobase.py: Return number of bytes written.Damien George
2018-07-20tests: Improve feature detection for VFS.Ayke van Laethem
2018-07-02extmod/modure: Add ure.sub() function and method, and tests.Damien George
2018-07-02extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
2018-07-02extmod/modure: Add match.groups() method, and tests.Damien George
2018-06-27tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.Paul Sokolovsky
2018-06-27tests/extmod/ucryptolib*: Add tests for ucryptolib module.Paul Sokolovsky
2018-06-18tests/extmod: Add test for ujson.dump writing to a user IOBase object.Damien George
2018-06-18tests/extmod/ujson_dump.py: Add test for dump to non-stream object.Damien George
2018-06-12tests/extmod: Add test for VFS and user-defined filesystem and files.Damien George
2018-06-06tests/extmod: Remove conditional import of uos_vfs, it no longer exists.Damien George
2018-06-06tests/extmod: Add test for importing a script from a user VFS.Damien George
2018-03-12extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.Tom Collins
2018-03-04tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed.Damien George
2018-03-04tests/extmod/time_ms_us: Add test for calling ticks_cpu().Damien George
2018-02-28tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.Damien George
2018-02-26tests/extmod/uzlib_decompress: Add uzlib tests to improve coverage.Damien George
2018-02-26tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.Damien George