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-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
2020-02-06
tests/basics: Move test for "return" outside function to own file.
Petr Viktorin
2020-02-04
tests: Move CPy diff test to real test now that subclass equality works.
Damien George
2020-02-04
tests/cpydiff: Add os module environ differences.
David Lechner
2020-02-04
tests/cmdline: Add test for MICROPYINSPECT environment variable.
David Lechner
2020-02-04
tests/cmdline/repl_inspect: Add new test for -i option.
David Lechner
2020-01-30
tests/basics: Expand test cases for equality of subclasses.
Nicko van Someren
2020-01-30
py: Support non-boolean results for equality and inequality tests.
Nicko van Someren
2020-01-27
tests: Add tests for generator throw and yield-from with exc handlers.
Jim Mussared
2020-01-24
tests: Add boolean-as-integer formatting tests for fixed regression.
Yonatan Goldschmidt
2020-01-24
tests/unix: Add coverage tests for mp_obj_is_type() and variants.
Yonatan Goldschmidt
2020-01-23
tests/unix: Add coverage test for mp_obj_new_exception_args.
Damien George
2020-01-22
tests/unix: Add coverage tests for pairheap data structure.
Damien George
2020-01-22
tests/extmod: Add basic machine.Timer test.
Damien George
2020-01-22
tests: Make run-tests help and README be more descriptive of behaviour.
Thorsten von Eicken
2020-01-14
tests/unix: Add coverage test for new mp_obj_int_get_uint_checked func.
Damien George
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2020-01-12
unix: Rename unix binaries to micropython-variant (not _variant).
Jim Mussared
2020-01-06
tests/unix: Make unix time test pass on more platforms.
stijn
2020-01-06
tests/cpydiff: Add CPy diff-test for using dict.keys() as a set.
Damien George
2020-01-06
tests/run-tests: Handle 'CRASH' return by float.py feature test.
David Lechner
2019-12-28
py/objslice: Add support for indices() method on slice objects.
Nicko van Someren
2019-12-28
unix/modtime: Add utime.mktime function, to complement utime.localtime.
Andrew Leech
2019-12-27
py/objsingleton: Use mp_generic_unary_op for singleton objects.
Damien George
2019-12-27
tests/micropython: Add test for yield-from while heap is locked.
Damien George
2019-12-27
tests/extmod: Split out VfsFat finaliser tests to separate test file.
Damien George
2019-12-27
tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags.
Damien George
2019-12-21
py/objobject: Add object.__delattr__ function.
Yonatan Goldschmidt
2019-12-21
py/objobject: Add object.__setattr__ function.
Yonatan Goldschmidt
2019-12-20
tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.
Damien George
2019-12-13
tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.
Damien George
2019-12-13
tests/extmod/vfs_lfs_error: Use small ints in seek error test.
Damien George
2019-12-13
tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs.
Damien George
2019-12-13
tests/stress/qstr_limit: Tune params to run with stm32 port.
Damien George
2019-12-13
tests: Add .exp files for basics/parser and import/import_override.
Damien George
2019-12-13
examples/natmod: Add urandom native module example.
Damien George
2019-12-12
tests: Add script to run dynamic-native-module tests.
Damien George
2019-12-12
tests/import: Add test for importing viper code with additional flags.
Damien George
2019-11-26
tests/stress: Add test for maximum length limit of qstrs.
Damien George
2019-11-26
py/builtinimport: Raise exception on empty module name.
Léa Saviot
2019-11-13
py/objdict: Support ujson.dump() of OrderedDict objects.
Andrew Leech
2019-11-04
py/modsys: Report .mpy version in sys.implementation.
Damien George
2019-11-04
py/objgenerator: Allow pend_throw to an unstarted generator.
Jim Mussared
2019-10-31
tests/extmod: Add test for ussl when passing in key/cert params.
Damien George
2019-10-31
extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.
Damien George
2019-10-31
extmod/modlwip: Unconditionally return POLLHUP when polling new socket.
Damien George
[next]