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
/
basics
Age
Commit message (
Expand
)
Author
2017-03-15
tests/basics/string_format2: Adjust comment now that tests succeed.
Damien George
2017-03-14
tests/basics/struct_micropython: Add test for 'S' typecode in ustruct.
Damien George
2017-03-10
tests/basics/fun_error: Split out skippable test.
Paul Sokolovsky
2017-03-09
tests/dict_fromkeys: Split out skippable part.
Paul Sokolovsky
2017-03-09
tests/basic: Make various tests skippable.
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-04
tests/basic: Split tests into working with small ints and not working.
Paul Sokolovsky
2017-03-03
tests/basics: Add further tests for OrderedDict.
Damien George
2017-02-27
py/objarray: Disallow slice-assignment to read-only memoryview.
Damien George
2017-02-20
py/objlist: For list slice assignment, allow RHS to be a tuple or list.
Damien George
2017-02-17
tests/basics/string_join: Add more tests for string concatenation.
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/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-09
py/objtype: Implement __delattr__ and __setattr__.
dmazzella
2017-02-03
tests/basics/string_format_modulo: Add more tests for dict formatting.
Damien George
2017-02-02
tests: Split tests for 2- and 3-arg pow().
Paul Sokolovsky
2017-02-02
py: Added optimised support for 3-argument calls to builtin.pow()
Nicko van Someren
2017-02-02
tests/basics/set_binop: Add tests for inplace set operations.
Damien George
2017-01-31
tests/basics/zip: Make skippable.
Paul Sokolovsky
2017-01-22
tests/basics/builtin_help: Add test for help('modules').
Damien George
2017-01-22
tests: Add test for builtin help function.
Damien George
2017-01-21
tests: Add test for int.from_bytes() for arbitrary-precision integer.
Paul Sokolovsky
2017-01-20
tests/basics: Add test for assignment of attribute to bound method.
Damien George
2017-01-17
py/binary: mp_binary_get_size: Raise error on unsupported typecodes.
Paul Sokolovsky
2017-01-17
tests/basics: Improve runtime.c test coverage.
Rami Ali
2017-01-17
tests: Update tests, and add new ones, for recent generator tweaks.
Damien George
2017-01-09
tests: Update test suite to be compatible with CPython 3.6.
Damien George
2017-01-07
tests/array*: Allow to skip test if "array" is unavailable.
Paul Sokolovsky
2017-01-06
tests/types1: Split out set type test to set_types.
Paul Sokolovsky
2017-01-05
tests/run-tests: Allow to skip set tests.
Paul Sokolovsky
2016-12-28
tests/basics: Add tests to improve coverage of binary.c.
Rami Ali
2016-12-28
tests/basics: Add tests for parsing of ints with base 36.
Damien George
2016-12-22
tests/basics/lexer: Add a test for newline-escaping within a string.
Damien George
2016-12-21
tests: Add tests to improve coverage of objarray.c.
Rami Ali
2016-12-21
tests: Add tests to improve coverage of runtime.c.
Rami Ali
2016-12-20
tests/basics: Improve test coverage for generators.
Rami Ali
2016-12-20
tests/basics/set_pop: Improve coverage of set functions.
Damien George
2016-12-20
tests/basics: Add test for builtin locals().
Damien George
2016-12-20
tests/basics/builtin_dir: Add test for dir() of a type.
Damien George
2016-12-20
tests/basics: Improve mpz test coverage.
Rami Ali
2016-12-19
tests/struct*: Make skippable.
Paul Sokolovsky
2016-12-09
tests: Update for required byteorder arg for int.from_bytes()/to_bytes().
Paul Sokolovsky
2016-11-26
tests/basics: Enable tests for list slice getting with 3rd arg.
Damien George
2016-11-26
tests/basics: Change dict_fromkeys test so it doesn't use generators.
Damien George
2016-11-26
tests/basics: Add tests for if-expressions.
Damien George
[prev]
[next]