1881 Commits (4bcbbfdb6cde6293085f4123090890c889cad50d)

Author SHA1 Message Date
Damien George 5f0661b4fe extmod/uasyncio: Change cannot to can't in error message, and test exp. 5 years ago
Damien George db137e70dc extmod/uasyncio: Add Loop.new_event_loop method. 5 years ago
Jim Mussared 8470cd0be9 py/scheduler: Add assert that scheduler is locked when unlocking. 5 years ago
stijn f66c989516 tests/run-tests: Make diff tool user configurable. 5 years ago
Damien George 4914731e58 py/parse: Remove unnecessary check in const folding for ** operator. 5 years ago
Damien George a5f2ae10fe tests/extmod: Update littlefs test output to match new library version. 5 years ago
Damien George c5a21a94f8 extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics. 5 years ago
Jim Mussared 85858e72df py/objexcept: Allow compression of exception message text. 5 years ago
Damien George df156b18e5 docs,tests: Add docs and test for uasyncio custom exc handler methods. 5 years ago
Damien George b389bc0afa extmod/uasyncio: Implement Loop.stop() to stop the event loop. 5 years ago
David Lechner 581f9135a4 tests/run-tests: Add commands to print and clean *.exp,out files. 5 years ago
David Lechner 6110cd3078 tests/float: Add new lexer test to test parsing of float without prefix. 5 years ago
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
David Lechner 488613bca6 tests/micropython/heapalloc_fail_set.py: Remove extra trailing comma. 5 years ago
David Lechner 688323307a tests/basics/dict_pop.py: Remove extra comma in call and fix grammar. 5 years ago
Damien George 081d067662 tests/net_inet: Add uasyncio internet tests. 5 years ago
Damien George 38904b8937 tests/multi_net: Add uasyncio test for TCP server and client. 5 years ago
Damien George 18fa65e474 tests: Make default MICROPYPATH include extmod to find uasyncio. 5 years ago
Damien George 5d09a40df9 tests/run-tests: Skip uasyncio if no async, and skip one test on native. 5 years ago
Damien George c4935f3049 tests/extmod: Add uasyncio tests. 5 years ago
Damien George 19ea30bdd5 tests/run-multitests.py: Print test summary and do exit(1) on failure. 5 years ago
Damien George 8f0778b209 extmod/modlwip: Properly handle non-blocking and timeout on UDP recv. 5 years ago
Damien George 00267aae0b extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP. 5 years ago
Damien George ea1ea909d7 tests/run-tests: Consider all tests as native when emit=native is used. 5 years ago
Andrew Leech 86bfabec11 py/modmicropython: Add heap_locked function to test state of heap. 5 years ago
Andrew Leech ed93778e00 py/objstringio: Expose tell() on StringIO and BytesIO objects. 5 years ago
Damien George dd0bc26e65 extmod/modbluetooth: Change scan result's "connectable" to "adv_type". 5 years ago
Damien George 4fda7a5b44 tests/multi_bluetooth: Add initial tests for bluetooth BLE. 5 years ago
Damien George 8f44c0dd16 tests/multi_net: Add initial set of multi-instance tests for network. 5 years ago
Damien George df9a949891 tests/run-multitests.py: Add new test runner for multiple Py instances. 5 years ago
Damien George 1993c8cf9a py/builtinevex: Support passing in a bytearray/buffer to eval/exec. 5 years ago
Jim Mussared 54db464a1b tests/basics/array1.py: Add equality testing for array. 5 years ago
Jim Mussared 3ccce89b83 py/objarray: Turn on MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE for memoryview. 5 years ago
Jim Mussared f8449dd092 extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer. 5 years ago
Damien George 819380c964 tests/basics: Add test for tuple compare with class derived from tuple. 5 years ago
Damien George 6a3ca96fe5 tests/basics: Add test for equality between tuple and namedtuple. 5 years ago
Damien George 27465e6b24 tests/basics: Add tests for equality between bool and int/float/complex. 5 years ago
Yonatan Goldschmidt 0852acfc74 tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests. 5 years ago
Damien George eaf30c516a tests/unix: Add coverage tests for kbd-intr and scheduler. 5 years ago
Petr Viktorin dbed8f576d tests/basics: Move test for "return" outside function to own file. 5 years ago
Damien George 69b415f745 tests: Move CPy diff test to real test now that subclass equality works. 5 years ago
David Lechner 74106757ac tests/cpydiff: Add os module environ differences. 5 years ago
David Lechner 4a97f7aaf3 tests/cmdline: Add test for MICROPYINSPECT environment variable. 5 years ago
David Lechner 7c24f55285 tests/cmdline/repl_inspect: Add new test for -i option. 5 years ago
Nicko van Someren c96a2f636b tests/basics: Expand test cases for equality of subclasses. 5 years ago
Nicko van Someren 3aab54bf43 py: Support non-boolean results for equality and inequality tests. 5 years ago
Jim Mussared 1f4b607116 tests: Add tests for generator throw and yield-from with exc handlers. 5 years ago
Yonatan Goldschmidt cb4472df42 tests: Add boolean-as-integer formatting tests for fixed regression. 5 years ago
Yonatan Goldschmidt 35e664d779 tests/unix: Add coverage tests for mp_obj_is_type() and variants. 5 years ago
Damien George 27f41e624c tests/unix: Add coverage test for mp_obj_new_exception_args. 5 years ago