index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod
Age
Commit message (
Expand
)
Author
2018-07-20
tests: Improve feature detection for VFS.
Ayke van Laethem
2018-07-02
extmod/modure: Add ure.sub() function and method, and tests.
Damien George
2018-07-02
extmod/modure: Add match.span(), start() and end() methods, and tests.
Damien George
2018-07-02
extmod/modure: Add match.groups() method, and tests.
Damien George
2018-06-27
tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.
Paul Sokolovsky
2018-06-27
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
Paul Sokolovsky
2018-06-18
tests/extmod: Add test for ujson.dump writing to a user IOBase object.
Damien George
2018-06-18
tests/extmod/ujson_dump.py: Add test for dump to non-stream object.
Damien George
2018-06-12
tests/extmod: Add test for VFS and user-defined filesystem and files.
Damien George
2018-06-06
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
Damien George
2018-06-06
tests/extmod: Add test for importing a script from a user VFS.
Damien George
2018-03-12
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
Tom Collins
2018-03-04
tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed.
Damien George
2018-03-04
tests/extmod/time_ms_us: Add test for calling ticks_cpu().
Damien George
2018-02-28
tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.
Damien George
2018-02-26
tests/extmod/uzlib_decompress: Add uzlib tests to improve coverage.
Damien George
2018-02-26
tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.
Damien George
2018-02-15
extmod/modujson: Implement ujson.dump() function.
Damien George
2018-01-31
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
Ayke van Laethem
2017-12-19
tests/extmod: Add some uctypes tests to improve coverage of that module.
Damien George
2017-12-19
tests/extmod/uhashlib_sha256: Add test for hashing 56 bytes of data.
Damien George
2017-12-14
extmod/modframebuf: Add 8-bit greyscale format (GS8).
Damien George
2017-12-14
extmod/modframebuf: Add 2-bit color format (GS2_HMSB).
Petr Viktorin
2017-12-12
tests/extmod: Add test which subclasses framebuf.FrameBuffer.
Damien George
2017-10-05
tests/extmod: Add test for '-' in character class in regex.
Damien George
2017-10-03
tests/extmod: Add test for ure regexes leading to infinite recursion.
Paul Sokolovsky
2017-08-17
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
Alex Robbins
2017-07-20
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Paul Sokolovsky
2017-07-03
extmod/modubinascii: Add check for empty buffer passed to hexlify.
Damien George
2017-07-01
extmod/modure: If input string is bytes, return bytes results too.
Paul Sokolovsky
2017-06-11
tests/extmod/vfs_basic: Allow test to pass on embedded targets.
Damien George
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-06-07
extmod/vfs: Allow to statvfs the root directory.
Damien George
2017-05-13
tests/extmod/vfs_fat_more: Make skippable is uos is not available.
Paul Sokolovsky
2017-05-13
tests/extmod/vfs_fat: Add test for ilistdir of a non-existent directory.
Damien George
2017-05-10
tests/extmod/vfs: Update tests to reflect new ilistdir() method.
Damien George
2017-05-09
tests/extmod: Make some vfs tests fully unmount FSs before running.
Damien George
2017-05-05
tests/extmod: Add some more VFS tests.
Damien George
2017-05-05
tests/extmod: Add more tests for VFS FAT.
Damien George
2017-04-21
extmod/moductypes: Fix bigint handling for 32-bit ports.
Paul Sokolovsky
2017-04-15
extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.
Damien George
2017-04-13
tests/extmod/utimeq1: Improve coverage of utimeq module.
Damien George
2017-04-04
extmod/modframebuf: Make monochrome bitmap formats start with MONO_.
Peter Hinch
2017-04-03
tests/extmod/vfs_fat_fileio*: Improve skippability.
Paul Sokolovsky
2017-04-02
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2.
Paul Sokolovsky
2017-03-20
extmod/modframebuf: Add support for monochrome horizontal format.
Peter Hinch
2017-03-14
tests/extmod: Improve tinfgzip.c test coverage.
Rami Ali
2017-03-14
tests/extmod/vfs_basic: Unmount all existing devices before doing test.
Damien George
2017-03-14
tests/extmod: Improve re1.5/recursiveloop.c test coverage.
Rami Ali
2017-03-14
tests/extmod/vfs_basic: Add more tests for basic VFS functionality.
Damien George
[next]