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-07-25
py: Implement raising a big-int to a negative power.
Damien George
2017-07-21
tests/basics/builtin_exec: Test various globals/locals args to exec().
Tom Collins
2017-07-21
tests: Rename exec1.py to builtin_exec.py.
Damien George
2017-07-20
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Paul Sokolovsky
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-09
tests/cpydiff: Add case for str.ljust/rjust.
Paul Sokolovsky
2017-07-09
tests/cpydiff/: Improve wording, add more workarounds.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_arguments: Move under Functions subsection.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_class_mro: Move under Classes, add workaround.
Paul Sokolovsky
2017-07-07
py/objgenerator: Allow to hash generators and generator instances.
Damien George
2017-07-05
tests/cpydiff/modules_deque: Elaborate workaround.
Paul Sokolovsky
2017-07-05
tests/basics: Add tests for arithmetic operators precedence.
Krzysztof Blazewicz
2017-07-04
py/modmath: Check for zero division in log with 2 args.
Damien George
2017-07-03
extmod/modubinascii: Add check for empty buffer passed to hexlify.
Damien George
2017-07-01
extmod/modure: If input string is bytes, return bytes results too.
Paul Sokolovsky
2017-06-30
tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.
Damien George
2017-06-29
tests/basics/namedtuple1: Add test for creating with pos and kw args.
Damien George
2017-06-28
tests/import: Update comment now that uPy raises correct exception.
Damien George
2017-06-28
tests/import: Add a test for the builtin __import__ function.
Damien George
2017-06-26
tests: Auto detect floating point capabilites of the target.
Damien George
2017-06-23
tests/connect_nonblock: Refactor towards real net_hosted test.
Paul Sokolovsky
2017-06-23
tests/net_inet: Move tests which don't require full Internet to net_hosted.
Paul Sokolovsky
2017-06-22
tests/basics: Add tests for for-else statement.
Damien George
2017-06-21
tests/net_inet: Add tests for accept and connect in nonblocking mode.
Damien George
2017-06-21
tests/net_inet/test_tls_sites.py: Integration test for SSL connections.
Paul Sokolovsky
2017-06-15
py/objint: In to_bytes(), allow length arg to be any int and check sign.
Damien George
2017-06-15
py/objint: Support "big" byte-order in int.to_bytes().
Damien George
2017-06-14
py/compile: Raise SyntaxError if positional args are given after */**.
Damien George
2017-06-14
py/modthread: Raise RuntimeError in release() if lock is not acquired.
Damien George
2017-06-13
py/formatfloat: Fix number of digits and exponent sign when rounding.
Damien George
2017-06-11
tests/extmod/vfs_basic: Allow test to pass on embedded targets.
Damien George
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-06-10
tests/basics: Convert "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-06-09
py/objstringio: If created from immutable object, follow copy on write policy.
Paul Sokolovsky
2017-06-08
tests/float/builtin_float_minmax: PEP8 fixes.
Paul Sokolovsky
2017-06-08
tests/float: Convert "sys.exit()" to "raise SystemExit".
Damien George
2017-06-07
extmod/vfs: Allow to statvfs the root directory.
Damien George
2017-06-02
tests/basics/string_rsplit: Add tests for negative "maxsplit" argument.
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-05-25
tests/basics: Add more tests for unwind jumps from within a try-finally.
Damien George
2017-05-18
tests/basics/builtin_range: Add tests for negative slicing of range.
Damien George
2017-05-18
tests/basics/list_slice_3arg: Add more tests for negative slicing.
Damien George
2017-05-15
tests/io/bytesio_ext: Test read() after seek() past end of BytesIO object.
Tom Collins
2017-05-13
tests/extmod/vfs_fat_more: Make skippable is uos is not available.
Paul Sokolovsky
2017-05-13
tests/extmod/vfs_fat: Add test for ilistdir of a non-existent directory.
Damien George
2017-05-12
tests/basics/lexer: Add line continuation tests for lexer.
Tom Collins
2017-05-10
tests/extmod/vfs: Update tests to reflect new ilistdir() method.
Damien George
2017-05-09
tests/extmod: Make some vfs tests fully unmount FSs before running.
Damien George
2017-05-09
tests/basics/lexer: Add lexer tests for input starting with newlines.
Tom Collins
[next]