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
2018-04-11
stm32/adc: Add read_timed_multi() static method, with docs and tests.
Peter Hinch
2018-04-11
tests/pyb/adc.py: Fix test so that it really does test ADC values.
Damien George
2018-04-10
tests: Move recursive tests to the tests/stress/ subdir.
Damien George
2018-04-10
tests/stress/recursive_gen: Add test for recursive gen with iter.
Damien George
2018-04-10
py/objgenerator: Check stack before resuming a generator.
Jeff Epler
2018-04-05
py/objstr: In find/rfind, don't crash when end < start.
Jeff Epler
2018-04-05
tests/micropython/extreme_exc.py: Allow to run without any emg exc buf.
Damien George
2018-04-05
tests/micropython/extreme_exc.py: Fix test to run on more ports/configs.
Damien George
2018-04-05
tests/micropython: Add set of tests for extreme cases of raising exc's.
Damien George
2018-04-05
tests/basics/string_compare.py: Add test with string that hashes to 0.
Damien George
2018-04-05
tests/basics/class_super.py: Add tests for store/delete of super attr.
Damien George
2018-04-05
tests/basics: Add tests for edge cases of nan-box's 47-bit small int.
Damien George
2018-04-04
tests/basics: Add test for subclassing an iterable native type.
Damien George
2018-04-04
tests/basics/int_big1.py: Add test for big int in mp_obj_get_int_maybe.
Damien George
2018-04-04
tests/stress: Add test to verify the GC can trace nested objects.
Damien George
2018-04-04
tests/basics: Modify int-big tests to prevent constant folding.
Damien George
2018-04-04
tests/basics/int_big1.py: Add test converting str with non-print chars.
Damien George
2018-04-04
tests/basics: Add test for use of return within try-except.
Damien George
2018-03-30
tests/basics/iter1.py: Add more tests for walking a user-defined iter.
Damien George
2018-03-30
py/runtime: Be sure that non-intercepted thrown object is an exception.
Damien George
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
2018-03-19
tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv
Damien George
2018-03-16
tests/pyb: Update CAN test to expect that auto_restart is printed.
Damien George
2018-03-15
tests/cpydiff: Indent workaround code snippet so it formats correctly.
Damien George
2018-03-12
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
Tom Collins
2018-03-08
tests/basics/builtin_enumerate: Add test for many pos args to enumerate.
Damien George
2018-03-04
tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed.
Damien George
2018-03-04
tests/extmod/time_ms_us: Add test for calling ticks_cpu().
Damien George
2018-03-03
tests/unix: Add coverage test for uio.resource_stream from frozen str.
Damien George
2018-03-02
tests: Move heap-realloc-while-locked test from C to Python.
Damien George
2018-03-01
tests/unix: Add coverage tests for various GC calls.
Damien George
2018-03-01
py/formatfloat: Fix case where floats could render with negative digits.
Damien George
2018-03-01
py/formatfloat: Fix case where floats could render with a ":" character.
Damien George
2018-03-01
py/formatfloat: Fix rounding of %f format with edge-case FP values.
Damien George
2018-02-28
tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.
Damien George
2018-02-27
tests/basics/gc1: Add test which triggers GC threshold.
Damien George
2018-02-27
tests/unix: Add coverage test for VM executing invalid bytecode.
Damien George
2018-02-27
py/vm: Fix case of handling raised StopIteration within yield from.
Damien George
2018-02-26
tests/float: Adjust float-parsing tests to pass with only a small error.
Damien George
2018-02-26
tests/extmod/uzlib_decompress: Add uzlib tests to improve coverage.
Damien George
2018-02-26
tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.
Damien George
2018-02-25
tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.
Damien George
2018-02-24
tests/stress: Add test to create a dict beyond "maximum" rehash size.
Damien George
2018-02-24
tests/basics: Add test for calling a subclass of a native class.
Damien George
2018-02-21
py/objdeque: Protect against negative maxlen in deque constructor.
Damien George
2018-02-21
tests/basics: Add tests to improve coverage of py/objdeque.c.
Damien George
2018-02-21
tests/basics/deque*: Tests for ucollections.deque.
Paul Sokolovsky
2018-02-19
py/objstr: Protect against creating bytes(n) with n negative.
Damien George
2018-02-19
py/repl: Generalise REPL autocomplete to use qstr probing.
Damien George
2018-02-19
py/modbuiltins: Simplify and generalise dir() by probing qstrs.
Damien George
[next]