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
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
2017-03-13
tests/extmod: Add a test for core VFS functionality, sans any filesystem.
Damien George
2017-03-10
tests/extmod: Rename websocket test to websocket_basic.
Damien George
2017-03-09
tests/extmod: Add websocket tests.
Alex March
2017-03-09
tests/extmod: Add very basic feature test for ussl module.
Damien George
2017-03-07
tests/uctypes_array_assign_native_le: Split off intbig part.
Paul Sokolovsky
2017-03-02
tests/extmod: Add test for machine.Signal class.
Damien George
2017-02-15
tests/extmod: Make tests skippable.
Paul Sokolovsky
2017-02-05
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
Paul Sokolovsky
2017-01-27
tests/extmod/vfs_fat_ramdisk: Make it work on pyboard.
Damien George
2017-01-27
tests/extmod/vfs_fat: Update tests to work with new VFS sub-system.
Damien George
2017-01-27
test/extmod: Update vfs_fat tests for new OO FatFs library.
Damien George
2017-01-26
tests/extmod: Add test for ure debug printing when compiling a regex.
Damien George
2017-01-25
tests/extmod/framebuf1: Fix test for framebuf invalid constructor.
Damien George
2017-01-25
tests/extmod/framebuf4: Add tests for GS4_HMSB framebuf format.
Oleg Korsak
2017-01-25
extmod/modframebuf: Add GS4_HMSB format.
Oleg Korsak
2017-01-19
tests/extmod/framebuf1: Add test for no-op fill_rect.
Damien George
2017-01-17
tests/extmod: Improve test coverage of ure module.
Rami Ali
2016-12-29
tests/extmod: Improve ubinascii.c test coverage.
Rami Ali
2016-12-24
tests/utimeq_stable: Test for partial stability of utimeq queuing.
Paul Sokolovsky
2016-12-22
extmod/moduheapq: Revert change for adhoc relative-time queue support.
Paul Sokolovsky
2016-12-22
tests/extmod: Add test for utimeq module.
Paul Sokolovsky
2016-12-13
tests/extmod: Improve modframebuf test coverage.
Rami Ali
2016-12-12
tests/extmod: Improve moductypes test coverage.
Rami Ali
2016-12-09
tests: Update for required byteorder arg for int.from_bytes()/to_bytes().
Paul Sokolovsky
2016-12-08
extmod/modframebuf: Make framebuf implement the buffer protocol.
Damien George
2016-12-05
tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.
Damien George
2016-12-05
tests/extmod/btree1: Exercise btree.flush().
Paul Sokolovsky
2016-12-02
tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type.
Damien George
2016-12-02
extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite.
Damien George
2016-12-01
extmod/modframebuf: Add back legacy FrameBuffer1 "class".
Damien George
2016-12-01
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
Radomir Dopieralski
2016-11-22
tests/extmod: Improve ujson coverage.
Rami Ali
2016-11-12
extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().
Paul Sokolovsky
2016-11-06
tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".
Paul Sokolovsky
2016-11-03
tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.
Alex March
2016-10-30
tests/extmod/ticks_diff: Test for new semantics of ticks_diff().
Paul Sokolovsky
2016-10-29
tests/btree1: Fix out of memory error running on esp8266.
Paul Sokolovsky
2016-10-28
tests/extmod/uhashlib_sha256: Rename sha256.py test.
Alex March
2016-10-28
tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm.
Alex March
2016-10-27
tests/extmod/vfs_fat_oldproto: Test old block device protocol.
Alex March
2016-10-27
tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage.
Alex March
2016-10-24
extmod/vfs_fat_file: Make file.close() a no-op if file already closed.
Damien George
2016-10-24
tests/extmod/vfs_fat: Improve VFS test coverage.
Alex March
2016-10-13
tests/extmod/vfs_fat: Replace asserts with prints and expected outputs.
Alex March
2016-10-13
tests/extmod: Add test for ujson.load().
Damien George
[next]