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
2017-03-11
tests/misc/: Make few tests skippable.
Paul Sokolovsky
2017-03-10
tests/extmod: Rename websocket test to websocket_basic.
Damien George
2017-03-10
tests/basics/fun_error: Split out skippable test.
Paul Sokolovsky
2017-03-10
tests/feature_check/int_big: Rework "big int" detection.
Paul Sokolovsky
2017-03-09
tests/micropython/opt_level: Clarify the expected output for opt_level == 3.
Paul Sokolovsky
2017-03-09
tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor.
Paul Sokolovsky
2017-03-09
tests/micropython: Make uio-using tests skippable.
Paul Sokolovsky
2017-03-09
tests/dict_fromkeys: Split out skippable part.
Paul Sokolovsky
2017-03-09
tests/extmod: Add websocket tests.
Alex March
2017-03-09
tests/extmod: Add very basic feature test for ussl module.
Damien George
2017-03-09
tests/float: Make various tests skippable.
Paul Sokolovsky
2017-03-09
tests/basic: Make various tests skippable.
Paul Sokolovsky
2017-03-07
tests/uctypes_array_assign_native_le: Split off intbig part.
Paul Sokolovsky
2017-03-07
tests/micropython/: Split off intbig tests.
Paul Sokolovsky
2017-03-07
tests/basics/unpack1.py: Test if *a, = b copies b when b is a list.
Krzysztof Blazewicz
2017-03-07
tests/basics/string_join.py: Add test case where argument is not iterable.
Krzysztof Blazewicz
2017-03-07
tests/string_format_modulo2: Split off intbig test.
Paul Sokolovsky
2017-03-06
tests/float2int*: Suffix with _intbig, don't run on any other int type.
Paul Sokolovsky
2017-03-06
float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.
Paul Sokolovsky
2017-03-06
tests/float/complex1: Split out intbig test.
Paul Sokolovsky
2017-03-04
tests/basic: Split tests into working with small ints and not working.
Paul Sokolovsky
2017-03-03
tests/run-tests: Check for big int availability and skip related tests.
Paul Sokolovsky
2017-03-03
tests/basics: Add further tests for OrderedDict.
Damien George
2017-03-02
tests/extmod: Add test for machine.Signal class.
Damien George
2017-02-27
py/objarray: Disallow slice-assignment to read-only memoryview.
Damien George
2017-02-24
py: Create str/bytes objects in the parser, not the compiler.
Damien George
2017-02-24
tests/micropython: Add test for consts that are bignums.
Damien George
2017-02-20
tests/cpydiff: Add a test for storing iterable to a list slice.
Damien George
2017-02-20
tests/cpydiff: Add initial set of tests for uPy-CPython differences.
Rami Ali
2017-02-20
py/objlist: For list slice assignment, allow RHS to be a tuple or list.
Damien George
2017-02-20
tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc.
Paul Sokolovsky
2017-02-17
tests/basics/string_join: Add more tests for string concatenation.
Damien George
2017-02-17
tests/cmdline/cmd_parsetree: Update to work with changes to grammar.
Damien George
2017-02-16
tests/cmdline: Update cmd_parsetree test for changes to grammar order.
Damien George
2017-02-16
tests/micropython/heapalloc_iter: Add tests for contains and unpack.
Damien George
2017-02-16
tests/micropython: Add test for iterating with the heap locked.
Damien George
2017-02-16
tests/cmdline/cmd_showbc: Update to work with recent changes.
Damien George
2017-02-16
tests/cmdline: Update tests to pass with latest changes to bytecode.
Damien George
2017-02-16
py: Allow bytecode/native to put iter_buf on stack for simple for loops.
Damien George
2017-02-15
tests/basic/: Make various tests skippable.
Paul Sokolovsky
2017-02-15
tests/gen_yield_from_close: Use range() instead of reversed().
Paul Sokolovsky
2017-02-15
tests/thread: Add stress-test for creating many threads.
Damien George
2017-02-15
tests/thread: Replace busy waiting loops with a loop that sleeps.
Damien George
2017-02-15
tests/extmod: Make tests skippable.
Paul Sokolovsky
2017-02-15
tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode.
Paul Sokolovsky
2017-02-15
tests/basic/[a-f]*: Make skippable.
Paul Sokolovsky
2017-02-14
tests/builtin_dir: The most expected thing in sys is exit, test for it.
Paul Sokolovsky
2017-02-14
tests/comprehension1, containment: Split set tests to separate files.
Paul Sokolovsky
2017-02-14
tests/run-tests: Allow to skip tests using async/await keywords.
Paul Sokolovsky
2017-02-14
tests: Add option to not clear MICROPYPATH when running tests
stijn
[next]