summaryrefslogtreecommitdiff
path: root/tests/extmod
AgeCommit message (Expand)Author
2017-08-17extmod/modubinascii: Rewrite mod_binascii_a2b_base64.Alex Robbins
2017-07-20extmod/modussl_axtls: Allow to close ssl stream multiple times.Paul Sokolovsky
2017-07-03extmod/modubinascii: Add check for empty buffer passed to hexlify.Damien George
2017-07-01extmod/modure: If input string is bytes, return bytes results too.Paul Sokolovsky
2017-06-11tests/extmod/vfs_basic: Allow test to pass on embedded targets.Damien George
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-06-07extmod/vfs: Allow to statvfs the root directory.Damien George
2017-05-13tests/extmod/vfs_fat_more: Make skippable is uos is not available.Paul Sokolovsky
2017-05-13tests/extmod/vfs_fat: Add test for ilistdir of a non-existent directory.Damien George
2017-05-10tests/extmod/vfs: Update tests to reflect new ilistdir() method.Damien George
2017-05-09tests/extmod: Make some vfs tests fully unmount FSs before running.Damien George
2017-05-05tests/extmod: Add some more VFS tests.Damien George
2017-05-05tests/extmod: Add more tests for VFS FAT.Damien George
2017-04-21extmod/moductypes: Fix bigint handling for 32-bit ports.Paul Sokolovsky
2017-04-15extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.Damien George
2017-04-13tests/extmod/utimeq1: Improve coverage of utimeq module.Damien George
2017-04-04extmod/modframebuf: Make monochrome bitmap formats start with MONO_.Peter Hinch
2017-04-03tests/extmod/vfs_fat_fileio*: Improve skippability.Paul Sokolovsky
2017-04-02tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2.Paul Sokolovsky
2017-03-20extmod/modframebuf: Add support for monochrome horizontal format.Peter Hinch
2017-03-14tests/extmod: Improve tinfgzip.c test coverage.Rami Ali
2017-03-14tests/extmod/vfs_basic: Unmount all existing devices before doing test.Damien George
2017-03-14tests/extmod: Improve re1.5/recursiveloop.c test coverage.Rami Ali
2017-03-14tests/extmod/vfs_basic: Add more tests for basic VFS functionality.Damien George
2017-03-13tests/extmod: Add a test for core VFS functionality, sans any filesystem.Damien George
2017-03-10tests/extmod: Rename websocket test to websocket_basic.Damien George
2017-03-09tests/extmod: Add websocket tests.Alex March
2017-03-09tests/extmod: Add very basic feature test for ussl module.Damien George
2017-03-07tests/uctypes_array_assign_native_le: Split off intbig part.Paul Sokolovsky
2017-03-02tests/extmod: Add test for machine.Signal class.Damien George
2017-02-15tests/extmod: Make tests skippable.Paul Sokolovsky
2017-02-05extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky
2017-01-27tests/extmod/vfs_fat_ramdisk: Make it work on pyboard.Damien George
2017-01-27tests/extmod/vfs_fat: Update tests to work with new VFS sub-system.Damien George
2017-01-27test/extmod: Update vfs_fat tests for new OO FatFs library.Damien George
2017-01-26tests/extmod: Add test for ure debug printing when compiling a regex.Damien George
2017-01-25tests/extmod/framebuf1: Fix test for framebuf invalid constructor.Damien George
2017-01-25tests/extmod/framebuf4: Add tests for GS4_HMSB framebuf format.Oleg Korsak
2017-01-25extmod/modframebuf: Add GS4_HMSB format.Oleg Korsak
2017-01-19tests/extmod/framebuf1: Add test for no-op fill_rect.Damien George
2017-01-17tests/extmod: Improve test coverage of ure module.Rami Ali
2016-12-29tests/extmod: Improve ubinascii.c test coverage.Rami Ali
2016-12-24tests/utimeq_stable: Test for partial stability of utimeq queuing.Paul Sokolovsky
2016-12-22extmod/moduheapq: Revert change for adhoc relative-time queue support.Paul Sokolovsky
2016-12-22tests/extmod: Add test for utimeq module.Paul Sokolovsky
2016-12-13tests/extmod: Improve modframebuf test coverage.Rami Ali
2016-12-12tests/extmod: Improve moductypes test coverage.Rami Ali
2016-12-09tests: Update for required byteorder arg for int.from_bytes()/to_bytes().Paul Sokolovsky
2016-12-08extmod/modframebuf: Make framebuf implement the buffer protocol.Damien George
2016-12-05tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.Damien George