index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod
Age
Commit message (
Expand
)
Author
2019-05-14
extmod/modujson: Handle parsing of floats with + in the exponent.
Damien George
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-04-30
tests/ussl_basic: Disable setblocking() calls.
Paul Sokolovsky
2019-04-30
extmod/modussl_axtls: Add non-blocking mode support.
Paul Sokolovsky
2019-04-28
tests: Skip tests needing machine module if (u)machine doesn't exist.
Damien George
2019-03-27
tests/extmod: Add test for FAT filesystem on a very large block device.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
2018-12-10
tests/extmod/uctypes_error: Add test for unsupported unary op.
Damien George
2018-12-10
tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field.
Paul Sokolovsky
2018-10-30
tests/extmod: Skip uselect test when CPython doesn't have poll().
stijn
2018-10-23
tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout.
Paul Sokolovsky
2018-10-13
tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor
Paul Sokolovsky
2018-10-05
tests/uselect_poll_basic: Add basic test for uselect.poll invariants.
Paul Sokolovsky
2018-09-11
tests/extmod/uhashlib_md5: Add coverage tests for MD5 algorithm.
Paul Sokolovsky
2018-08-04
tests: Make tests work on targets without float support.
Ayke van Laethem
2018-07-30
tests/extmod/ujson_dump_iobase.py: Return number of bytes written.
Damien George
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
[next]