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-05-10
py/modbuiltins: Make built-in hasattr work properly for user types.
Damien George
2018-05-08
tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.
Damien George
2018-05-04
tests/cpydiff: Remove working cases from types_float_rounding.
Damien George
2018-05-04
tests/cpydiff: Remove types_str_decodeerror now that it succeeds.
Damien George
2018-05-04
tests/cpydiff: Remove core_function_unpacking now that it succeeds.
Damien George
2018-05-02
tests/run-tests: Support esp32 as a target for running the test suite.
Ayke van Laethem
2018-05-02
tests/pyb: Update tests to run correctly on PYBv1.0.
Damien George
2018-05-01
tests/io/bytesio_ext2: Remove dependency on specific EINVAL value
Mike Wadsten
2018-04-11
tests/pyb: Add test for pyb.ADCAll class.
Damien George
2018-04-11
stm32/dac: Add buffering argument to constructor and init() method.
Damien George
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
[prev]
[next]