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-05-21
tests: Add some tests for bigint hash, float hash and float parsing.
Damien George
2018-05-15
Merge pull request #837 from godlygeek/human_readable_oserror
Dan Halbert
2018-05-14
Update errno tests to match new expected behavior
Matt Wozniski
2018-05-14
Updated tests; removed try/catch for ucollections
bildzeitung
2018-05-11
tests/basics/special_methods2: Enable some additional tests that work.
Damien George
2018-05-11
tests/float/float_parse: Allow test to run on 32-bit archs.
Damien George
2018-05-10
py/modbuiltins: Make built-in dir support the __dir__ special method.
Damien George
2018-05-10
py/modbuiltins: Make built-in hasattr work properly for user types.
Damien George
2018-05-08
tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.
Damien George
2018-05-06
tests: add new tests for uhashlib differences
Jeff Epler
2018-05-04
tests/cpydiff: Remove working cases from types_float_rounding.
Damien George
2018-05-04
tests/cpydiff: Remove types_str_decodeerror now that it succeeds.
Damien George
2018-05-04
tests/cpydiff: Remove core_function_unpacking now that it succeeds.
Damien George
2018-05-02
tests/run-tests: Support esp32 as a target for running the test suite.
Ayke van Laethem
2018-05-02
tests/pyb: Update tests to run correctly on PYBv1.0.
Damien George
2018-05-01
tests/io/bytesio_ext2: Remove dependency on specific EINVAL value
Mike Wadsten
2018-04-30
tests: Add new tests for ubinascii differences
Jeff Epler
2018-04-11
tests/pyb: Add test for pyb.ADCAll class.
Damien George
2018-04-11
stm32/dac: Add buffering argument to constructor and init() method.
Damien George
2018-04-11
stm32/adc: Add read_timed_multi() static method, with docs and tests.
Peter Hinch
2018-04-11
tests/pyb/adc.py: Fix test so that it really does test ADC values.
Damien George
2018-04-10
tests: Move recursive tests to the tests/stress/ subdir.
Damien George
2018-04-10
tests/stress/recursive_gen: Add test for recursive gen with iter.
Damien George
2018-04-10
py/objgenerator: Check stack before resuming a generator.
Jeff Epler
2018-04-05
py/objstr: In find/rfind, don't crash when end < start.
Jeff Epler
2018-04-05
tests/micropython/extreme_exc.py: Allow to run without any emg exc buf.
Damien George
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
[prev]
[next]