aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-06-16py/compile: Implement PEP 572, assignment expressions with := operator.Damien George
2020-06-10tests/run-multitests.py: Allow passing unique env vars to each instance.Jim Mussared
2020-06-10extmod/uasyncio: Add asyncio.wait_for_ms function.Damien George
2020-06-10py/objtype: Add __dict__ attribute for class objects.Andrew Leech
2020-06-08extmod/ure: Use single function for match/search/sub.stijn
2020-06-05tests/multi_bluetooth: Update to work with new BLE events.Jim Mussared
2020-06-02py/modbuiltins: Fix getattr to work with class raising AttributeError.Damien George
2020-05-29extmod/vfs: Retain previous working directory if chdir fails.Damien George
2020-05-28py/modmath: Work around msvc float bugs in atan2, fmod and modf.stijn
2020-05-15extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.Damien George
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-05-09esp32/modsocket: Fix getaddrinfo to raise on error.Thorsten von Eicken
2020-05-09tests/run-tests: Skip REPL feature checks when running via pyboard.py.Damien George
2020-05-09tests/run-multitests.py: Add TRACE banner and move TEST output to end.Damien George
2020-05-08extmod/vfs_lfsx: Fix rename to respect cur dir for new path.robert
2020-05-08extmod/vfs_lfsx: Normalize path name in chdir.robert
2020-05-08extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.robert
2020-05-08tests/multi_bluetooth: Fix typo printing wrong IRQ type.Damien George
2020-05-05tests/thread/thread_stacksize1.py: Increase stack size for CPython.yangfl
2020-05-03py/parse: Support constant folding of power operator for integers.Damien George
2020-05-03esp32: Improve support for OTA updates.Thorsten von Eicken
2020-05-02tests/cpydiff: Add cpydiff test for __all__ used in imported package.Jim Mussared
2020-05-02extmod/modbtree: Retain reference to underlying stream so it's not GC'd.Damien George
2020-04-29tests/run-multitests.py: Add shortcuts for local Python instances.Jim Mussared
2020-04-29tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning.Jim Mussared
2020-04-29tests/run-multitests.py: Allow filtering out lines from stdout.Jim Mussared
2020-04-27tests/extmod: Add btree test for errors raised by btree DB library.Damien George
2020-04-27py/objdict: Fix popitem for ordered dicts.Jim Mussared
2020-04-23esp32: Consolidate check_esp_err functions and add IDF error string.Thorsten von Eicken
2020-04-23esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.Thorsten von Eicken
2020-04-18py/objint: Do not use fpclassify.stijn
2020-04-18tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.stijn
2020-04-14extmod/uasyncio: Change cannot to can't in error message, and test exp.Damien George
2020-04-13extmod/uasyncio: Add Loop.new_event_loop method.Damien George
2020-04-13py/scheduler: Add assert that scheduler is locked when unlocking.Jim Mussared
2020-04-13tests/run-tests: Make diff tool user configurable.stijn
2020-04-09py/parse: Remove unnecessary check in const folding for ** operator.Damien George
2020-04-09tests/extmod: Update littlefs test output to match new library version.Damien George
2020-04-07extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.Damien George
2020-04-05py/objexcept: Allow compression of exception message text.Jim Mussared
2020-04-04docs,tests: Add docs and test for uasyncio custom exc handler methods.Damien George
2020-04-02extmod/uasyncio: Implement Loop.stop() to stop the event loop.Damien George
2020-03-30tests/run-tests: Add commands to print and clean *.exp,out files.David Lechner
2020-03-30tests/float: Add new lexer test to test parsing of float without prefix.David Lechner
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-03-30tests/micropython/heapalloc_fail_set.py: Remove extra trailing comma.David Lechner
2020-03-28tests/basics/dict_pop.py: Remove extra comma in call and fix grammar.David Lechner
2020-03-26tests/net_inet: Add uasyncio internet tests.Damien George
2020-03-26tests/multi_net: Add uasyncio test for TCP server and client.Damien George
2020-03-26tests: Make default MICROPYPATH include extmod to find uasyncio.Damien George