summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Expand)AuthorAge
* tests/basics: bytes/str.partition/rpartition are now optional.Paul Sokolovsky2016-08-07
* extmod/modbtree: Implement __contains__ operation.Paul Sokolovsky2016-08-02
* tests/machine1: Revamp to work with unix port (which has "umachine").Paul Sokolovsky2016-07-31
* tests/machine_mem.py: Too non-portable, rework as an example for unix port.Paul Sokolovsky2016-07-31
* tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO).Paul Sokolovsky2016-07-31
* tests/io/bytesio_ext: Test for .seek()/.flush() on BytesIO.Paul Sokolovsky2016-07-29
* tests/run-tests: Make "regex'ed .exp" facility available to device tests.Paul Sokolovsky2016-07-26
* tests/unicode_subscr.py: Detailed test for subscripting unicode strings.Paul Sokolovsky2016-07-25
* py/objstrunicode: str_index_to_ptr: Should handle bytes too.Paul Sokolovsky2016-07-25
* tests/extmod/btree1: Close database at the end of test.Paul Sokolovsky2016-07-24
* tests/bytes_compare: Rework test for bytes <-> str comparison.Paul Sokolovsky2016-07-22
* tests/extmod/machine_pinbase: Skip if machine.PinBase is not available.Paul Sokolovsky2016-07-17
* tests: Add test for extended arguments to stream .write() method.Paul Sokolovsky2016-07-14
* tests/run-tests: If running thread tests on unix, don't run mutate ones.Damien George2016-07-09
* tests/meminfo: Update for addition of "max free sz" output.Paul Sokolovsky2016-07-01
* tests/thread: Allow some tests to run on ports with not much heap.Damien George2016-06-28
* tests/thread: Allow thread_sleep1 to run without floating point.Damien George2016-06-28
* tests/thread: Make sure that thread tests don't rely on floating point.Damien George2016-06-28
* tests/thread: Make stack-size test run correctly and reliable on uPy.Damien George2016-06-28
* tests/thread: Add test for concurrent mutating of user instance.Damien George2016-06-28
* tests/thread: Add test for concurrent interning of strings.Damien George2016-06-28
* tests/thread: Add tests that mutate shared objects.Damien George2016-06-28
* tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.Damien George2016-06-28
* tests/thread: Add tests for running GC within a thread, and heap stress.Damien George2016-06-28
* tests/thread: Remove need to sleep to wait for completion in some tests.Damien George2016-06-28
* tests: Add 3 more tests for _thread module.Damien George2016-06-28
* tests: Add tests for _thread module.Damien George2016-06-28
* tests/btree1: Add testcase for iterating btree object directly.Paul Sokolovsky2016-06-24
* tests/extmod: Add "btree" module test.Paul Sokolovsky2016-06-21
* tests: Add a testcase for machine.PinBase class.Paul Sokolovsky2016-06-19
* tests: Add testcase for OrderedDict equality.Mark Anthony Palomer2016-06-12
* tests/bench: Add testcase to compare bytes(N) vs b"\0" * N.Paul Sokolovsky2016-06-08
* py/parse: Treat constants that start with underscore as private.Damien George2016-06-06
* tests/recursive_iternext: Clang/Linux is even more stack-frugal than MacOS.Paul Sokolovsky2016-06-04
* tests/pyb/rtc: Make RTC test on pyboard more reliable by calling init().Damien George2016-06-03
* tests/misc/recursive_iternext: Provide more fine-grained selection of N.Damien George2016-06-03
* tests/misc/recursive_iternext.py: Increase depth N from 1000 to 2000.Damien George2016-06-03
* tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().Paul Sokolovsky2016-05-29
* py/modstruct: Allow to have "0s" in struct format.Damien George2016-05-28
* py/objnamedtuple: Allow passing field names as a tuple.Antonin ENFRUN2016-05-23
* tests: Add testcase for str.center().Paul Sokolovsky2016-05-22
* tests/struct1: Add testcase for an unknown type char.Paul Sokolovsky2016-05-14
* tests/basics/string_splitlines: Reinstate feature test for splitlines.Damien George2016-05-13
* py/objstr: Make dedicated splitlines function, supporting diff newlines.Damien George2016-05-13
* stmhal: Convert to use internal errno symbols; enable uerrno module.Damien George2016-05-10
* py/mpz: Do Python style division/modulo within bignum divmod routine.Damien George2016-05-08
* py/mpz: Fix bug with overflowing C-shift in division routine.Damien George2016-05-08
* stmhal/can: Allow to get existing CAN obj if constructed without args.Henrik Sölver2016-05-08
* tests: Disable memoryview tests that overflow int conversion.Damien George2016-05-07
* py/runtime: Properly handle passing user mappings to ** keyword args.Damien George2016-05-07