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
2018-04-05
tests/micropython/extreme_exc.py: Fix test to run on more ports/configs.
Damien George
2018-04-05
tests/micropython: Add set of tests for extreme cases of raising exc's.
Damien George
2018-04-05
tests/basics/string_compare.py: Add test with string that hashes to 0.
Damien George
2018-04-05
tests/basics/class_super.py: Add tests for store/delete of super attr.
Damien George
2018-04-05
tests/basics: Add tests for edge cases of nan-box's 47-bit small int.
Damien George
2018-04-04
tests/basics: Add test for subclassing an iterable native type.
Damien George
2018-04-04
tests/basics/int_big1.py: Add test for big int in mp_obj_get_int_maybe.
Damien George
2018-04-04
tests/stress: Add test to verify the GC can trace nested objects.
Damien George
2018-04-04
tests/basics: Modify int-big tests to prevent constant folding.
Damien George
2018-04-04
tests/basics/int_big1.py: Add test converting str with non-print chars.
Damien George
2018-04-04
tests/basics: Add test for use of return within try-except.
Damien George
2018-04-01
Merge pull request #734 from jepler/str-find-backwards-circuitpython
Scott Shawcroft
2018-04-01
py/objgenerator: Check stack before resuming a generator
Jeff Epler
2018-03-31
py/objstr: Don't crash when end < start
Jeff Epler
2018-03-31
Merge pull request #728 from jepler/double-splat-crash-circuitpython
Scott Shawcroft
2018-03-31
Merge pull request #729 from jepler/tests-parallel-circuitpython
Scott Shawcroft
2018-03-31
run_tests: EXTERNAL_TARGETS can't run in parallel
Jeff Epler
2018-03-31
run-tests: automatically parallelism based on CPU (thread) count
Jeff Epler
2018-03-31
run-tests: optionally parallelize tests
Jeff Epler
2018-03-31
run-tests: sort skipped and failed tests
Jeff Epler
2018-03-31
run_tests: make access to shared variables thread safe
Jeff Epler
2018-03-31
run_tests: factor run_one_test to function
Jeff Epler
2018-03-31
py/bc: Turn assertion error into exception
Jeff Epler
2018-03-30
Merge pull request #710 from jepler/assertion-failures-to-exceptions
Dan Halbert
2018-03-30
tests/basics/iter1.py: Add more tests for walking a user-defined iter.
Damien George
2018-03-30
py/runtime: Be sure that non-intercepted thrown object is an exception.
Damien George
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
2018-03-29
Fix assertion failures in super_attr
Jeff Epler
2018-03-29
Fix assertion failures in mp_obj_new_type
Jeff Epler
2018-03-29
Fix assertion failure in mpz_divmod_inpl
Jeff Epler
2018-03-27
Add VfsFat.label property
Jeff Epler
2018-03-26
Merge pull request #709 from jepler/core-class-superproperty
Scott Shawcroft
2018-03-26
This test now passes, make it run regularly
Jeff Epler
2018-03-26
Conditionally compile out nonstandard array/struct typecodes
Jeff Epler
2018-03-23
Merge pull request #697 from jepler/issue501
Scott Shawcroft
2018-03-23
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
Ayke van Laethem
2018-03-23
Implement * and *= for array.array
Jeff Epler
2018-03-19
tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv
Damien George
2018-03-16
tests/pyb: Update CAN test to expect that auto_restart is printed.
Damien George
2018-03-15
tests/cpydiff: Indent workaround code snippet so it formats correctly.
Damien George
2018-03-12
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
Tom Collins
2018-03-08
tests/basics/builtin_enumerate: Add test for many pos args to enumerate.
Damien George
2018-03-04
tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed.
Damien George
2018-03-04
tests/extmod/time_ms_us: Add test for calling ticks_cpu().
Damien George
2018-03-03
tests/unix: Add coverage test for uio.resource_stream from frozen str.
Damien George
2018-03-02
tests: Move heap-realloc-while-locked test from C to Python.
Damien George
2018-03-01
tests/unix: Add coverage tests for various GC calls.
Damien George
2018-03-01
py/formatfloat: Fix case where floats could render with negative digits.
Damien George
2018-03-01
py/formatfloat: Fix case where floats could render with a ":" character.
Damien George
2018-03-01
py/formatfloat: Fix rounding of %f format with edge-case FP values.
Damien George
[prev]
[next]