index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2020-05-02
tests/cpydiff: Add cpydiff test for __all__ used in imported package.
Jim Mussared
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-29
tests/run-multitests.py: Add shortcuts for local Python instances.
Jim Mussared
2020-04-29
tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning.
Jim Mussared
2020-04-29
tests/run-multitests.py: Allow filtering out lines from stdout.
Jim Mussared
2020-04-27
tests/extmod: Add btree test for errors raised by btree DB library.
Damien George
2020-04-27
py/objdict: Fix popitem for ordered dicts.
Jim Mussared
2020-04-23
esp32: Consolidate check_esp_err functions and add IDF error string.
Thorsten von Eicken
2020-04-23
esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.
Thorsten von Eicken
2020-04-18
py/objint: Do not use fpclassify.
stijn
2020-04-18
tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.
stijn
2020-04-14
extmod/uasyncio: Change cannot to can't in error message, and test exp.
Damien George
2020-04-13
extmod/uasyncio: Add Loop.new_event_loop method.
Damien George
2020-04-13
py/scheduler: Add assert that scheduler is locked when unlocking.
Jim Mussared
2020-04-13
tests/run-tests: Make diff tool user configurable.
stijn
2020-04-09
py/parse: Remove unnecessary check in const folding for ** operator.
Damien George
2020-04-09
tests/extmod: Update littlefs test output to match new library version.
Damien George
2020-04-07
extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.
Damien George
2020-04-05
py/objexcept: Allow compression of exception message text.
Jim Mussared
2020-04-04
docs,tests: Add docs and test for uasyncio custom exc handler methods.
Damien George
2020-04-02
extmod/uasyncio: Implement Loop.stop() to stop the event loop.
Damien George
2020-03-30
tests/run-tests: Add commands to print and clean *.exp,out files.
David Lechner
2020-03-30
tests/float: Add new lexer test to test parsing of float without prefix.
David Lechner
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
tests/micropython/heapalloc_fail_set.py: Remove extra trailing comma.
David Lechner
2020-03-28
tests/basics/dict_pop.py: Remove extra comma in call and fix grammar.
David Lechner
2020-03-26
tests/net_inet: Add uasyncio internet tests.
Damien George
2020-03-26
tests/multi_net: Add uasyncio test for TCP server and client.
Damien George
2020-03-26
tests: Make default MICROPYPATH include extmod to find uasyncio.
Damien George
2020-03-26
tests/run-tests: Skip uasyncio if no async, and skip one test on native.
Damien George
2020-03-26
tests/extmod: Add uasyncio tests.
Damien George
2020-03-18
tests/run-multitests.py: Print test summary and do exit(1) on failure.
Damien George
2020-03-18
extmod/modlwip: Properly handle non-blocking and timeout on UDP recv.
Damien George
2020-03-18
extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP.
Damien George
2020-03-11
tests/run-tests: Consider all tests as native when emit=native is used.
Damien George
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2020-03-11
py/objstringio: Expose tell() on StringIO and BytesIO objects.
Andrew Leech
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-10
tests/multi_bluetooth: Add initial tests for bluetooth BLE.
Damien George
2020-03-10
tests/multi_net: Add initial set of multi-instance tests for network.
Damien George
2020-03-10
tests/run-multitests.py: Add new test runner for multiple Py instances.
Damien George
2020-02-28
py/builtinevex: Support passing in a bytearray/buffer to eval/exec.
Damien George
2020-02-21
tests/basics/array1.py: Add equality testing for array.
Jim Mussared
2020-02-21
py/objarray: Turn on MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE for memoryview.
Jim Mussared
2020-02-21
extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer.
Jim Mussared
2020-02-20
tests/basics: Add test for tuple compare with class derived from tuple.
Damien George
2020-02-11
tests/basics: Add test for equality between tuple and namedtuple.
Damien George
2020-02-11
tests/basics: Add tests for equality between bool and int/float/complex.
Damien George
2020-02-11
tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.
Yonatan Goldschmidt
2020-02-07
tests/unix: Add coverage tests for kbd-intr and scheduler.
Damien George
[next]