index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
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-05
*
tests/pyb/uart: Update test to match recent change to UART timeout_char.
Damien George
2017-01-04
*
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-29
*
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-28
*
tests/heapalloc_inst_call: Test for no alloc for simple object calls.
Paul Sokolovsky
2016-12-25
*
tests/utimeq_stable: Test for partial stability of utimeq queuing.
Paul Sokolovsky
2016-12-24
*
extmod/moduheapq: Revert change for adhoc relative-time queue support.
Paul Sokolovsky
2016-12-22
*
tests: Add a coverage test for printing the parse-tree.
Damien George
2016-12-22
*
tests/basics/lexer: Add a test for newline-escaping within a string.
Damien George
2016-12-22
*
tests/extmod: Add test for utimeq module.
Paul Sokolovsky
2016-12-22
*
tests: Add tests to improve coverage of objarray.c.
Rami Ali
2016-12-21
*
tests: Add tests to improve coverage of runtime.c.
Rami Ali
2016-12-21
*
tests/import: Add a test which uses ... in from-import statement.
Damien George
2016-12-21
*
tests/basics: Improve test coverage for generators.
Rami Ali
2016-12-20
*
tests/run-tests: For REPL tests make sure the REPL is exited at the end.
Damien George
2016-12-20
*
tests/basics/set_pop: Improve coverage of set functions.
Damien George
2016-12-20
*
tests/basics: Add test for builtin locals().
Damien George
2016-12-20
*
tests/basics/builtin_dir: Add test for dir() of a type.
Damien George
2016-12-20
*
tests/float/builtin_float_round: Test round() with second arg.
Damien George
2016-12-20
*
tests/basics: Improve mpz test coverage.
Rami Ali
2016-12-20
*
tests/struct*: Make skippable.
Paul Sokolovsky
2016-12-19
*
tests/micropython: Get heapalloc_traceback test running on baremetal.
Damien George
2016-12-15
*
tests/extmod: Improve modframebuf test coverage.
Rami Ali
2016-12-13
*
tests/extmod: Improve moductypes test coverage.
Rami Ali
2016-12-12
*
tests: Update for required byteorder arg for int.from_bytes()/to_bytes().
Paul Sokolovsky
2016-12-09
*
extmod/modframebuf: Make framebuf implement the buffer protocol.
Damien George
2016-12-08
*
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-05
*
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-02
*
extmod/modframebuf: Add back legacy FrameBuffer1 "class".
Damien George
2016-12-01
*
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
Radomir Dopieralski
2016-12-01
*
tests/basics: Enable tests for list slice getting with 3rd arg.
Damien George
2016-11-26
*
tests/basics: Change dict_fromkeys test so it doesn't use generators.
Damien George
2016-11-26
*
tests/basics: Add tests for if-expressions.
Damien George
2016-11-26
*
tests/basics: Add test for dict.fromkeys where arg is a generator.
Damien George
2016-11-26
*
tests/basics: Improve user class coverage.
Rami Ali
2016-11-22
*
tests/extmod: Improve ujson coverage.
Rami Ali
2016-11-22
*
tests/micropython: Move alloc-less traceback test to separate test file.
Damien George
2016-11-21
*
tests/micropython: Add test for creating traceback without allocation.
Damien George
2016-11-21
*
tests/basics: Add test for logical constant folding.
Damien George
2016-11-15
*
tests: Use read() instead of readall().
Paul Sokolovsky
2016-11-14
[next]