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
2017-02-01
tests/thread: Fix stack size test so tests run reliably on baremetal.
Damien George
2017-01-31
tests/thread: Make thread_exc2 runable on baremetal.
Damien George
2017-01-31
tests/basics/zip: Make skippable.
Paul Sokolovsky
2017-01-31
tests/run-tests: Skip frozenset tests if set literal syntax is not available.
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-27
tests/heapalloc_str: Test for alloc-free string operations.
Paul Sokolovsky
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-24
tests: Make sure special tests can be skipped as well.
stijn
2017-01-22
tests/basics/builtin_help: Add test for help('modules').
Damien George
2017-01-22
tests: Add test for builtin help function.
Damien George
2017-01-21
tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc.
Paul Sokolovsky
2017-01-21
tests: Add test for int.from_bytes() for arbitrary-precision integer.
Paul Sokolovsky
2017-01-20
tests/basics: Add test for assignment of attribute to bound method.
Damien George
2017-01-19
tests/misc/non_compliant: Add test for inability to assign func attrs.
Damien George
2017-01-19
tests/micropython/opt_level: Add test for opt_level 3.
Damien George
2017-01-19
tests/extmod/framebuf1: Add test for no-op fill_rect.
Damien George
2017-01-19
tests/float: Add test for assigning to attribute of complex number.
Damien George
2017-01-17
py/binary: mp_binary_get_size: Raise error on unsupported typecodes.
Paul Sokolovsky
2017-01-17
tests/extmod: Improve test coverage of ure module.
Rami Ali
2017-01-17
tests/basics: Improve runtime.c test coverage.
Rami Ali
2017-01-17
tests/io: Improve test coverage of io.BufferedWriter.
Rami Ali
2017-01-17
tests: Update tests, and add new ones, for recent generator tweaks.
Damien George
2017-01-16
tests: Improve frozen import test coverage.
Rami Ali
2017-01-16
py/builtinimport: Raise ValueError for bad relative import, per CPython.
Damien George
2017-01-16
tests/import: Improve builtinimport.c test coverage.
Rami Ali
2017-01-16
tests: Improve stream.c test coverage.
Rami Ali
2017-01-09
tests: Update test suite to be compatible with CPython 3.6.
Damien George
2017-01-08
tests/unix/extra_coverage: Add tests for importing frozen packages.
Damien George
2017-01-07
tests/array*: Allow to skip test if "array" is unavailable.
Paul Sokolovsky
2017-01-06
tests/types1: Split out set type test to set_types.
Paul Sokolovsky
2017-01-05
tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.
Damien George
2017-01-05
tests/unix: Improve formatfloat.c test coverage using C.
Rami Ali
2017-01-05
tests/float: Improve formatfloat.c test coverage using Python.
Rami Ali
2017-01-05
tests: Improve warning.c test coverage.
Rami Ali
2017-01-05
tests/run-tests: Allow to skip set tests.
Paul Sokolovsky
2017-01-04
tests/pyb/uart: Update test to match recent change to UART timeout_char.
Damien George
2016-12-29
tests/unix: Improve runtime_utils.c test coverage.
Rami Ali
2016-12-29
tests/cmdline: Improve repl.c autocomplete test coverage.
Rami Ali
2016-12-29
tests/thread: Improve modthread.c test coverage.
Rami Ali
2016-12-29
tests/extmod: Improve ubinascii.c test coverage.
Rami Ali
2016-12-28
tests/micropython: Add test for micropython.stack_use() function.
Rami Ali
2016-12-28
tests/basics: Add tests to improve coverage of binary.c.
Rami Ali
2016-12-28
tests/basics: Add tests for parsing of ints with base 36.
Damien George
2016-12-25
tests/heapalloc_inst_call: Test for no alloc for simple object calls.
Paul Sokolovsky
2016-12-24
tests/utimeq_stable: Test for partial stability of utimeq queuing.
Paul Sokolovsky
[next]