aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-01-17tests/extmod: Improve test coverage of ure module.Rami Ali
2017-01-17tests/basics: Improve runtime.c test coverage.Rami Ali
2017-01-17tests/io: Improve test coverage of io.BufferedWriter.Rami Ali
2017-01-17tests: Update tests, and add new ones, for recent generator tweaks.Damien George
2017-01-16tests: Improve frozen import test coverage.Rami Ali
2017-01-16py/builtinimport: Raise ValueError for bad relative import, per CPython.Damien George
2017-01-16tests/import: Improve builtinimport.c test coverage.Rami Ali
2017-01-16tests: Improve stream.c test coverage.Rami Ali
2017-01-09tests: Update test suite to be compatible with CPython 3.6.Damien George
2017-01-08tests/unix/extra_coverage: Add tests for importing frozen packages.Damien George
2017-01-07tests/array*: Allow to skip test if "array" is unavailable.Paul Sokolovsky
2017-01-06tests/types1: Split out set type test to set_types.Paul Sokolovsky
2017-01-05tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.Damien George
2017-01-05tests/unix: Improve formatfloat.c test coverage using C.Rami Ali
2017-01-05tests/float: Improve formatfloat.c test coverage using Python.Rami Ali
2017-01-05tests: Improve warning.c test coverage.Rami Ali
2017-01-05tests/run-tests: Allow to skip set tests.Paul Sokolovsky
2017-01-04tests/pyb/uart: Update test to match recent change to UART timeout_char.Damien George
2016-12-29tests/unix: Improve runtime_utils.c test coverage.Rami Ali
2016-12-29tests/cmdline: Improve repl.c autocomplete test coverage.Rami Ali
2016-12-29tests/thread: Improve modthread.c test coverage.Rami Ali
2016-12-29tests/extmod: Improve ubinascii.c test coverage.Rami Ali
2016-12-28tests/micropython: Add test for micropython.stack_use() function.Rami Ali
2016-12-28tests/basics: Add tests to improve coverage of binary.c.Rami Ali
2016-12-28tests/basics: Add tests for parsing of ints with base 36.Damien George
2016-12-25tests/heapalloc_inst_call: Test for no alloc for simple object calls.Paul Sokolovsky
2016-12-24tests/utimeq_stable: Test for partial stability of utimeq queuing.Paul Sokolovsky
2016-12-22extmod/moduheapq: Revert change for adhoc relative-time queue support.Paul Sokolovsky
2016-12-22tests: Add a coverage test for printing the parse-tree.Damien George
2016-12-22tests/basics/lexer: Add a test for newline-escaping within a string.Damien George
2016-12-22tests/extmod: Add test for utimeq module.Paul Sokolovsky
2016-12-21tests: Add tests to improve coverage of objarray.c.Rami Ali
2016-12-21tests: Add tests to improve coverage of runtime.c.Rami Ali
2016-12-21tests/import: Add a test which uses ... in from-import statement.Damien George
2016-12-20tests/basics: Improve test coverage for generators.Rami Ali
2016-12-20tests/run-tests: For REPL tests make sure the REPL is exited at the end.Damien George
2016-12-20tests/basics/set_pop: Improve coverage of set functions.Damien George
2016-12-20tests/basics: Add test for builtin locals().Damien George
2016-12-20tests/basics/builtin_dir: Add test for dir() of a type.Damien George
2016-12-20tests/float/builtin_float_round: Test round() with second arg.Damien George
2016-12-20tests/basics: Improve mpz test coverage.Rami Ali
2016-12-19tests/struct*: Make skippable.Paul Sokolovsky
2016-12-15tests/micropython: Get heapalloc_traceback test running on baremetal.Damien George
2016-12-13tests/extmod: Improve modframebuf test coverage.Rami Ali
2016-12-12tests/extmod: Improve moductypes test coverage.Rami Ali
2016-12-09tests: Update for required byteorder arg for int.from_bytes()/to_bytes().Paul Sokolovsky
2016-12-08extmod/modframebuf: Make framebuf implement the buffer protocol.Damien George
2016-12-05tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.Damien George
2016-12-05tests/extmod/btree1: Exercise btree.flush().Paul Sokolovsky
2016-12-02tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type.Damien George