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
2016-09-05
tests/extmod/framebuf1: Add tests for scrolling in the x-direction.
Damien George
2016-09-04
tests/extmod/uzlib_decompio: Add zlib bitstream testcases.
Paul Sokolovsky
2016-09-04
tests/extmod: Add a test for framebuf module, tested by coverage build.
Damien George
2016-09-03
tests/extmod: Add test for uzlib.DecompIO.
Paul Sokolovsky
2016-08-26
tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount()
Radomir Dopieralski
2016-08-24
extmod/modubinascii: Make crc32() support configurable.
Paul Sokolovsky
2016-08-24
extmod/modubinascii: implement binascii.crc32
Pavol Rusnak
2016-08-17
tests/uzlib_decompress: Actually test raw DEFLATE stream.
Paul Sokolovsky
2016-08-12
tests: Rename zlibd_decompress.py -> uzlib_decompress.py.
Paul Sokolovsky
2016-08-02
extmod/modbtree: Implement __contains__ operation.
Paul Sokolovsky
2016-07-31
tests/machine1: Revamp to work with unix port (which has "umachine").
Paul Sokolovsky
2016-07-31
tests/machine_mem.py: Too non-portable, rework as an example for unix port.
Paul Sokolovsky
2016-07-31
tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO).
Paul Sokolovsky
2016-07-24
tests/extmod/btree1: Close database at the end of test.
Paul Sokolovsky
2016-07-17
tests/extmod/machine_pinbase: Skip if machine.PinBase is not available.
Paul Sokolovsky
2016-06-24
tests/btree1: Add testcase for iterating btree object directly.
Paul Sokolovsky
2016-06-21
tests/extmod: Add "btree" module test.
Paul Sokolovsky
2016-06-19
tests: Add a testcase for machine.PinBase class.
Paul Sokolovsky
2016-05-29
tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().
Paul Sokolovsky
2016-04-26
tests/extmod: Move split-on-empty-match tests to a separate test file.
Damien George
2016-03-19
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
Damien George
2016-02-29
tests/vfs_fat_ramdisk: Add testcase for .rename().
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Allow to run in native mode (don't use "with").
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Add testcase for .mkdir().
Paul Sokolovsky
2016-02-28
tests/vfs_fat_ramdisk: Add testcase for .remove().
Paul Sokolovsky
2016-02-28
tests/vfs_fat_ramdisk: Add .listdir() testcase.
Paul Sokolovsky
2016-02-15
tests/vfs_fat_ramdisk: Skip test if can't allocate ramdisk.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Allow to override sector size.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Switch to ioctl-based blockdev API.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Add test for VfsFat.
Paul Sokolovsky
2016-01-26
tests: For urandom test, use sys.exit() instead of sys.exit(1).
Damien George
2016-01-26
tests: Add some tests for urandom module.
Damien George
2016-01-10
extmod: Fix uctypes size calculation for bitfields
Dave Hylands
2016-01-03
tests/uctypes: Test item assignment for scalar arrays.
Antonin ENFRUN
2015-12-09
extmod: Add test which demonstrates LITTLE_ENDIAN packing failure
Dave Hylands
2015-11-01
extmod/modure: Make sure that errors in regexps are caught early.
Paul Sokolovsky
2015-10-20
tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff().
Paul Sokolovsky
2015-09-03
tests: Add tests to improve coverage of objstr.c.
Damien George
2015-07-08
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
Paul Sokolovsky
2015-07-06
tests: Catch ValueError instead of any exception to properly test error.
Damien George
2015-07-04
extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.
Galen Hazelwood
2015-06-25
tests: Split out json float tests to separate files.
Damien George
2015-06-15
tests: Check that machine module exists and print SKIP if it doesn't.
Damien George
2015-06-06
moductypes: Swap address and descriptor args in constructor.
Paul Sokolovsky
2015-05-20
extmod: Add ubinascii.unhexlify
Dave Hylands
2015-05-08
tests: Add test for machine module (mem* functions).
Damien George
2015-04-05
tests: Add some more tests to improve code coverage of corner cases.
Damien George
2015-03-14
tests: Add some more tests for complex numbers and ure module.
Damien George
2015-03-14
tests: Add some more tests for bytes, bignum, string and ujson.
Damien George
2015-03-12
tests: Add zlib test for decompressing uncompressed data.
Damien George
[next]