aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-12-02extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite.Damien George
2016-12-01extmod/modframebuf: Add back legacy FrameBuffer1 "class".Damien George
2016-12-01extmod/modframebuf: Make FrameBuffer handle 16bit depth.Radomir Dopieralski
2016-11-26tests/basics: Enable tests for list slice getting with 3rd arg.Damien George
2016-11-26tests/basics: Change dict_fromkeys test so it doesn't use generators.Damien George
2016-11-26tests/basics: Add tests for if-expressions.Damien George
2016-11-26tests/basics: Add test for dict.fromkeys where arg is a generator.Damien George
2016-11-22tests/basics: Improve user class coverage.Rami Ali
2016-11-22tests/extmod: Improve ujson coverage.Rami Ali
2016-11-21tests/micropython: Move alloc-less traceback test to separate test file.Damien George
2016-11-21tests/micropython: Add test for creating traceback without allocation.Damien George
2016-11-15tests/basics: Add test for logical constant folding.Damien George
2016-11-14tests: Use read() instead of readall().Paul Sokolovsky
2016-11-12extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().Paul Sokolovsky
2016-11-11stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.Damien George
2016-11-10tests/micropython: Add test for import from within viper function.Damien George
2016-11-06tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".Paul Sokolovsky
2016-11-03tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.Alex March
2016-10-30tests/extmod/ticks_diff: Test for new semantics of ticks_diff().Paul Sokolovsky
2016-10-30py/sequence: Fix reverse slicing of lists.Fabio Utzig
2016-10-29tests/btree1: Fix out of memory error running on esp8266.Paul Sokolovsky
2016-10-28tests/extmod/uhashlib_sha256: Rename sha256.py test.Alex March
2016-10-28tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm.Alex March
2016-10-27tests/basics/gc1: Garbage collector threshold() coverage.Alex March
2016-10-27tests/extmod/vfs_fat_oldproto: Test old block device protocol.Alex March
2016-10-27tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage.Alex March
2016-10-24tests/basics: Add test for builtin "delattr".Damien George
2016-10-24tests/basics/builtin_slice: Add test for "slice" builtin name.Damien George
2016-10-24extmod/vfs_fat_file: Make file.close() a no-op if file already closed.Damien George
2016-10-24tests/extmod/vfs_fat: Improve VFS test coverage.Alex March
2016-10-17tests/run-tests: Enable extmod/machine1.py on pyboard.Damien George
2016-10-17tests: Add test to print full KeyError exc from failed dict lookup.Damien George
2016-10-17tests: Improve coverage of array, range, dict, slice, exc, unicode.Damien George
2016-10-17tests/cmdline: Improve coverage test for printing bytecode.Damien George
2016-10-14tests/micropython: Add tests for heap_lock, and emergency exceptions.Damien George
2016-10-13tests/extmod/vfs_fat: Replace asserts with prints and expected outputs.Alex March
2016-10-13tests/extmod: Add test for ujson.load().Damien George
2016-10-11tests/extmod/vfs_fat: Test coverage for remove() and rmdir().Alex March
2016-10-11tests: Improve test coverage of py/compile.c.Damien George
2016-10-11tests/micropython: Add test for micropython.opt_level() function.Damien George
2016-10-09tests/io/bytesio_ext: Add test for readinto().Paul Sokolovsky
2016-10-09tests/io/write_ext: Add description comment.Paul Sokolovsky
2016-10-07tests: Improve coverage of struct with test for non-compliant behaviour.Damien George
2016-10-07tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage.Alex March
2016-10-05tests: Fix expected output of verbose cmdline teststijn
2016-10-05tests/extmod/btree1: Checks for put, seq, string print and unsupported binary...Alex March
2016-10-04tests/run-tests: Disable cmdline/cmd_showbc test on Windows.Damien George
2016-09-30tests/basics: Add test for printing OSError when errno is unknown.Damien George
2016-09-30tests/basics: Add test constructing a set from a non-trivial expression.Damien George
2016-09-30tests/import: Add test for compiling "import a.b as c".Damien George