index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2017-03-24
tests/float: Add tests for round() of inf, nan and large number.
Damien George
2017-03-23
tests/float: Add tests for math funcs that return ints.
Damien George
2017-03-22
tests/heapalloc_str: Test no-replacement case for str.replace().
Paul Sokolovsky
2017-03-20
extmod/modframebuf: Add support for monochrome horizontal format.
Peter Hinch
2017-03-20
unix/coverage: Enable scheduler and add tests for it.
Damien George
2017-03-20
tests/micropython: Add tests for micropython.schedule().
Damien George
2017-03-16
tests/basics/bytes_add: Add tests for optimised bytes addition.
Damien George
2017-03-15
tests/basics: Move string-modulo-format int tests to dedicated file.
Damien George
2017-03-15
tests/basics: Add test for string module formatting with int argument.
Damien George
2017-03-15
tests/basics/string_format2: Adjust comment now that tests succeed.
Damien George
2017-03-14
tests/micropython/viper_error: Add more tests to improve coverage.
Damien George
2017-03-14
tests/extmod: Improve tinfgzip.c test coverage.
Rami Ali
2017-03-14
tests/extmod/vfs_basic: Unmount all existing devices before doing test.
Damien George
2017-03-14
tests/run-tests: Re-instate skipping of doubleprec test on pyboard.
Damien George
2017-03-14
tests/basics/struct_micropython: Add test for 'S' typecode in ustruct.
Damien George
2017-03-14
tests: Improve binary.c test coverage.
Rami Ali
2017-03-14
tests/extmod: Improve re1.5/recursiveloop.c test coverage.
Rami Ali
2017-03-14
tests/extmod/vfs_basic: Add more tests for basic VFS functionality.
Damien George
2017-03-13
tests/extmod: Add a test for core VFS functionality, sans any filesystem.
Damien George
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
Add indices() support to slice.
Scott Shawcroft
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
[prev]
[next]