171 Commits (6abede2ca9e221b6aefcaccbda0c89e367507df1)

Author SHA1 Message Date
Damien George c901cc6862 tests/extmod: Add test for VFS and user-defined filesystem and files. 7 years ago
Damien George 5ef0d2ab14 tests/extmod: Remove conditional import of uos_vfs, it no longer exists. 7 years ago
Damien George 6c02da2eec tests/extmod: Add test for importing a script from a user VFS. 7 years ago
Tom Collins 4d3a92c67c extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple. 7 years ago
Damien George 0acf868bb7 tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed. 7 years ago
Damien George e3d11b6a6e tests/extmod/time_ms_us: Add test for calling ticks_cpu(). 7 years ago
Damien George 90e719a232 tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser. 7 years ago
Damien George 4c2230add8 tests/extmod/uzlib_decompress: Add uzlib tests to improve coverage. 7 years ago
Damien George a604451566 tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser. 7 years ago
Damien George d9bca1f7bd extmod/modujson: Implement ujson.dump() function. 7 years ago
Ayke van Laethem 7642785881 extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset. 7 years ago
Damien George d35c6ffc84 tests/extmod: Add some uctypes tests to improve coverage of that module. 7 years ago
Damien George 251b00457c tests/extmod/uhashlib_sha256: Add test for hashing 56 bytes of data. 7 years ago
Damien George 46b35356e1 extmod/modframebuf: Add 8-bit greyscale format (GS8). 7 years ago
Petr Viktorin 34247465c3 extmod/modframebuf: Add 2-bit color format (GS2_HMSB). 7 years ago
Damien George 3c28df1658 tests/extmod: Add test which subclasses framebuf.FrameBuffer. 7 years ago
Damien George 98dd126e98 tests/extmod: Add test for '-' in character class in regex. 7 years ago
Paul Sokolovsky 8e0b9f495b tests/extmod: Add test for ure regexes leading to infinite recursion. 7 years ago
Alex Robbins c89254fd0f extmod/modubinascii: Rewrite mod_binascii_a2b_base64. 7 years ago
Paul Sokolovsky 4368ae3142 extmod/modussl_axtls: Allow to close ssl stream multiple times. 7 years ago
Damien George b86c65d31c extmod/modubinascii: Add check for empty buffer passed to hexlify. 7 years ago
Paul Sokolovsky 58b7b01cb5 extmod/modure: If input string is bytes, return bytes results too. 7 years ago
Damien George f55dcddbc7 tests/extmod/vfs_basic: Allow test to pass on embedded targets. 8 years ago
Paul Sokolovsky 85d809d1f4 tests: Convert remaining "sys.exit()" to "raise SystemExit". 8 years ago
Damien George f6ef8e3f17 extmod/vfs: Allow to statvfs the root directory. 8 years ago
Paul Sokolovsky 054a381d7c tests/extmod/vfs_fat_more: Make skippable is uos is not available. 8 years ago
Damien George cda09727b4 tests/extmod/vfs_fat: Add test for ilistdir of a non-existent directory. 8 years ago
Damien George 852c215d76 tests/extmod/vfs: Update tests to reflect new ilistdir() method. 8 years ago
Damien George 9bd67d9fbc tests/extmod: Make some vfs tests fully unmount FSs before running. 8 years ago
Damien George 1b3e372418 tests/extmod: Add some more VFS tests. 8 years ago
Damien George 6c8b57a902 tests/extmod: Add more tests for VFS FAT. 8 years ago
Paul Sokolovsky 9e8f316392 extmod/moductypes: Fix bigint handling for 32-bit ports. 8 years ago
Damien George 61616e84ce extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter. 8 years ago
Damien George 967cad7434 tests/extmod/utimeq1: Improve coverage of utimeq module. 8 years ago
Peter Hinch 468c6f9da1 extmod/modframebuf: Make monochrome bitmap formats start with MONO_. 8 years ago
Paul Sokolovsky 499ea8b253 tests/extmod/vfs_fat_fileio*: Improve skippability. 8 years ago
Paul Sokolovsky b9e9cfcfc1 tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2. 8 years ago
Peter Hinch 231cfc84a7 extmod/modframebuf: Add support for monochrome horizontal format. 8 years ago
Rami Ali 8a57cacd78 tests/extmod: Improve tinfgzip.c test coverage. 8 years ago
Damien George a49a96bb5d tests/extmod/vfs_basic: Unmount all existing devices before doing test. 8 years ago
Rami Ali 4e86ca398f tests/extmod: Improve re1.5/recursiveloop.c test coverage. 8 years ago
Damien George 773b0bac41 tests/extmod/vfs_basic: Add more tests for basic VFS functionality. 8 years ago
Damien George 8891b2e700 tests/extmod: Add a test for core VFS functionality, sans any filesystem. 8 years ago
Damien George f07a56fa3b tests/extmod: Rename websocket test to websocket_basic. 8 years ago
Alex March ce0b5e078b tests/extmod: Add websocket tests. 8 years ago
Damien George 38f063ea72 tests/extmod: Add very basic feature test for ussl module. 8 years ago
Paul Sokolovsky bdd48e67ee tests/uctypes_array_assign_native_le: Split off intbig part. 8 years ago
Damien George ecc635d551 tests/extmod: Add test for machine.Signal class. 8 years ago
Paul Sokolovsky f2d732f459 tests/extmod: Make tests skippable. 8 years ago
Paul Sokolovsky d5e9ab6e61 extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago