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
Age
Commit message (
Expand
)
Author
2016-09-30
tests/basics: Add further tests for nonlocal scoping and closures.
Damien George
2016-09-28
py/compile: Fix async-for/async-with to work with simpler exc on stack.
Damien George
2016-09-28
tests/basics: Add test for set.difference_update with arg being itself.
Damien George
2016-09-28
py/objset: Ensure that use of frozenset.update raises an exception.
Damien George
2016-09-27
tests/float: Add test for parsing a float from an empty string.
Damien George
2016-09-27
tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs().
Alex March
2016-09-27
py/modmicropython: Add micropython.const, alias for identity function.
Damien George
2016-09-27
tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.
Damien George
2016-09-27
tests/micropython: Add tests for const names being replaced in parser.
Damien George
2016-09-27
tests/basics: Add test case for overflowing Py stack in try-finally.
Damien George
2016-09-24
tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream.
Paul Sokolovsky
2016-09-20
tests/run-tests: Add --via-mpy option to run test from precompiled code.
Damien George
2016-09-20
tests: Get cmdline verbose tests running again.
Damien George
2016-09-19
tests/array1: Add tests for "l", "L" array types to improve coverage.
Paul Sokolovsky
2016-09-19
tests/struct1: Test "l" specifier to improve coverage.
Paul Sokolovsky
2016-09-16
tests/extmod: Add test for machine.time_pulse_us().
Damien George
2016-09-16
tests/basics: Add errno1 test, to check basics of uerrno module.
Damien George
2016-09-16
tests/extmod/urandom: Add urandom tests for error cases.
Damien George
2016-09-09
tests/pyb: Update exp file for previously updated extint test.
Damien George
2016-09-09
tests/pyb: Add test for ExtInt when doing swint while disabled.
Damien George
2016-09-08
tests/run-tests: Disable thread/stress_recurse.py test on Travis.
Damien George
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-09-02
tests/unix/extra_coverage: Add test for str/bytes with invalid hash.
Damien George
2016-09-01
py/mpprint: Fail an assertion with unsupported format specifiers.
Delio Brignoli
2016-08-27
tests/run-tests: Disable thread_gc1.py test on Travis.
Damien George
2016-08-26
tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount()
Radomir Dopieralski
2016-08-26
tests/cmdline: Add test for -O option to check optimisation value.
Damien George
2016-08-25
tests/run-tests: Disable thread/stress_heap.py when running on Travis.
Damien George
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/run-tests: Disable thread/thread_lock4.py on Travis.
Damien George
2016-08-17
tests/uzlib_decompress: Actually test raw DEFLATE stream.
Paul Sokolovsky
2016-08-17
tests/basics/special_methods: Enable tests for extra special methods.
Damien George
2016-08-17
tests/basics: Add a test file for overriding special methods.
rguillon
2016-08-15
py/sequence: Allow to use bignums as indices in slice objects.
Damien George
2016-08-15
tests/basics: Add test for break from within try within a for-loop.
Damien George
2016-08-15
tests/misc/non_compliant: Add tests to improve coverage testing.
Damien George
2016-08-15
tests/basics: Add more list tests to improve coverage testing.
Damien George
2016-08-15
tests/basics: Add more tuple tests to improve coverage testing.
Damien George
2016-08-12
tests: Rename zlibd_decompress.py -> uzlib_decompress.py.
Paul Sokolovsky
2016-08-07
tests/basics: bytes/str.partition/rpartition are now optional.
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-29
tests/io/bytesio_ext: Test for .seek()/.flush() on BytesIO.
Paul Sokolovsky
2016-07-26
tests/run-tests: Make "regex'ed .exp" facility available to device tests.
Paul Sokolovsky
[prev]
[next]