aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-03-26tests/run-tests: Skip uasyncio if no async, and skip one test on native.Damien George
2020-03-26tests/extmod: Add uasyncio tests.Damien George
2020-03-18tests/run-multitests.py: Print test summary and do exit(1) on failure.Damien George
2020-03-18extmod/modlwip: Properly handle non-blocking and timeout on UDP recv.Damien George
2020-03-18extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP.Damien George
2020-03-11tests/run-tests: Consider all tests as native when emit=native is used.Damien George
2020-03-11py/modmicropython: Add heap_locked function to test state of heap.Andrew Leech
2020-03-11py/objstringio: Expose tell() on StringIO and BytesIO objects.Andrew Leech
2020-03-11extmod/modbluetooth: Change scan result's "connectable" to "adv_type".Damien George
2020-03-10tests/multi_bluetooth: Add initial tests for bluetooth BLE.Damien George
2020-03-10tests/multi_net: Add initial set of multi-instance tests for network.Damien George
2020-03-10tests/run-multitests.py: Add new test runner for multiple Py instances.Damien George
2020-02-28py/builtinevex: Support passing in a bytearray/buffer to eval/exec.Damien George
2020-02-21tests/basics/array1.py: Add equality testing for array.Jim Mussared
2020-02-21py/objarray: Turn on MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE for memoryview.Jim Mussared
2020-02-21extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer.Jim Mussared
2020-02-20tests/basics: Add test for tuple compare with class derived from tuple.Damien George
2020-02-11tests/basics: Add test for equality between tuple and namedtuple.Damien George
2020-02-11tests/basics: Add tests for equality between bool and int/float/complex.Damien George
2020-02-11tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.Yonatan Goldschmidt
2020-02-07tests/unix: Add coverage tests for kbd-intr and scheduler.Damien George
2020-02-06tests/basics: Move test for "return" outside function to own file.Petr Viktorin
2020-02-04tests: Move CPy diff test to real test now that subclass equality works.Damien George
2020-02-04tests/cpydiff: Add os module environ differences.David Lechner
2020-02-04tests/cmdline: Add test for MICROPYINSPECT environment variable.David Lechner
2020-02-04tests/cmdline/repl_inspect: Add new test for -i option.David Lechner
2020-01-30tests/basics: Expand test cases for equality of subclasses.Nicko van Someren
2020-01-30py: Support non-boolean results for equality and inequality tests.Nicko van Someren
2020-01-27tests: Add tests for generator throw and yield-from with exc handlers.Jim Mussared
2020-01-24tests: Add boolean-as-integer formatting tests for fixed regression.Yonatan Goldschmidt
2020-01-24tests/unix: Add coverage tests for mp_obj_is_type() and variants.Yonatan Goldschmidt
2020-01-23tests/unix: Add coverage test for mp_obj_new_exception_args.Damien George
2020-01-22tests/unix: Add coverage tests for pairheap data structure.Damien George
2020-01-22tests/extmod: Add basic machine.Timer test.Damien George
2020-01-22tests: Make run-tests help and README be more descriptive of behaviour.Thorsten von Eicken
2020-01-14tests/unix: Add coverage test for new mp_obj_int_get_uint_checked func.Damien George
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2020-01-12unix: Rename unix binaries to micropython-variant (not _variant).Jim Mussared
2020-01-06tests/unix: Make unix time test pass on more platforms.stijn
2020-01-06tests/cpydiff: Add CPy diff-test for using dict.keys() as a set.Damien George
2020-01-06tests/run-tests: Handle 'CRASH' return by float.py feature test.David Lechner
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-12-28unix/modtime: Add utime.mktime function, to complement utime.localtime.Andrew Leech
2019-12-27py/objsingleton: Use mp_generic_unary_op for singleton objects.Damien George
2019-12-27tests/micropython: Add test for yield-from while heap is locked.Damien George
2019-12-27tests/extmod: Split out VfsFat finaliser tests to separate test file.Damien George
2019-12-27tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags.Damien George
2019-12-21py/objobject: Add object.__delattr__ function.Yonatan Goldschmidt
2019-12-21py/objobject: Add object.__setattr__ function.Yonatan Goldschmidt
2019-12-20tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.Damien George