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-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
2017-05-09
tests/basics: Add memoryview test for big ints.
Damien George
2017-05-09
tests/basics: Update array test for big-int with lL typecodes.
Damien George
2017-05-06
py/modio: resource_stream: Implement "package" param handling.
Paul Sokolovsky
2017-05-06
tests: Move super-as-local test from cpydiff to basic tests.
Damien George
2017-05-06
tests/micropython: Add test for int.from_bytes with many zero bytes.
Damien George
2017-05-05
tests/extmod: Add some more VFS tests.
Damien George
2017-05-05
tests/extmod: Add more tests for VFS FAT.
Damien George
2017-05-04
tests/cpydiff/core_function_unpacking: Fill in workaround.
Paul Sokolovsky
2017-05-03
tests/cpydiff/core_import_split_ns_pkgs: Test for split namespace packages.
Paul Sokolovsky
2017-05-03
tests/cpydiff/core_import_path: Test showing difference in package.__path__.
Paul Sokolovsky
2017-05-03
tests/io/resource_stream: Add test for uio.resource_stream().
Paul Sokolovsky
2017-05-02
tests/cpydiff/core_import_prereg: Fill in cause and workaround.
Paul Sokolovsky
2017-05-02
tests/cpydiff/core_function_userattr: Clarify, fill in cause and workaround.
Paul Sokolovsky
2017-05-02
tests/cpydiff/core_arguments: Fill in cause/workaround.
Paul Sokolovsky
2017-04-25
tests/basics: Add tests for int.from_bytes when src has trailing zeros.
Damien George
2017-04-22
tests: Add tests for calling super and loading a method directly.
Damien George
2017-04-22
py/compile: Refactor handling of special super() call.
Damien George
2017-04-21
extmod/moductypes: Fix bigint handling for 32-bit ports.
Paul Sokolovsky
2017-04-18
tests/micropython: Add test for micropython.kbd_intr().
Damien George
2017-04-16
tests/run-tests: Don't post-process CRASH result in any way.
Paul Sokolovsky
2017-04-15
extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.
Damien George
2017-04-14
tests/run-tests: Search feature checks wrt to main script location.
Paul Sokolovsky
[next]