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
2020-07-20
extmod/modussl: Improve exception error messages.
Thorsten von Eicken
2020-06-10
extmod/uasyncio: Add asyncio.wait_for_ms function.
Damien George
2020-06-08
extmod/ure: Use single function for match/search/sub.
stijn
2020-05-29
extmod/vfs: Retain previous working directory if chdir fails.
Damien George
2020-05-15
extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.
Damien George
2020-05-08
extmod/vfs_lfsx: Fix rename to respect cur dir for new path.
robert
2020-05-08
extmod/vfs_lfsx: Normalize path name in chdir.
robert
2020-05-08
extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.
robert
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-27
tests/extmod: Add btree test for errors raised by btree DB library.
Damien George
2020-04-14
extmod/uasyncio: Change cannot to can't in error message, and test exp.
Damien George
2020-04-13
extmod/uasyncio: Add Loop.new_event_loop method.
Damien George
2020-04-09
tests/extmod: Update littlefs test output to match new library version.
Damien George
2020-04-04
docs,tests: Add docs and test for uasyncio custom exc handler methods.
Damien George
2020-04-02
extmod/uasyncio: Implement Loop.stop() to stop the event loop.
Damien George
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-26
tests/extmod: Add uasyncio tests.
Damien George
2020-03-18
extmod/modlwip: Properly handle non-blocking and timeout on UDP recv.
Damien George
2020-03-18
extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP.
Damien George
2020-02-21
extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer.
Jim Mussared
2020-02-11
tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.
Yonatan Goldschmidt
2020-01-22
tests/extmod: Add basic machine.Timer test.
Damien George
2019-12-27
tests/extmod: Split out VfsFat finaliser tests to separate test file.
Damien George
2019-12-13
tests/extmod/vfs_lfs_error: Use small ints in seek error test.
Damien George
2019-11-13
py/objdict: Support ujson.dump() of OrderedDict objects.
Andrew Leech
2019-10-31
tests/extmod: Add test for ussl when passing in key/cert params.
Damien George
2019-10-31
extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.
Damien George
2019-10-29
extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.
Damien George
2019-10-29
tests/extmod: Add test for blockdev with standard and extended protocol.
Damien George
2019-10-29
tests/extmod: Add littlefs tests.
Damien George
2019-10-18
extmod/re1.5: Support escaping within RE classes.
Jim Mussared
2019-08-22
tests/extmod: Split json.loads of bytes/bytearray into separate test.
Damien George
2019-08-22
extmod/modujson: Support passing bytes/bytearray to json.loads.
Damien George
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-07-30
py/objdict: Quote non-string types when used as keys in JSON output.
Eric Poulsen
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
[next]