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
2020-02-14
Implement to_bytes(..., signed=True)
Dan Halbert
2020-01-09
Add test for issue #2465 - tuple subsclass subscript
Roy Hooper
2019-10-14
Support __bytes
Scott Shawcroft
2019-06-26
Fix tests
Scott Shawcroft
2019-05-12
use approx of original @godlygeek code for smallints; add tests
Dan Halbert
2019-05-09
Add tests for overflows converting ints to bytes
Matt Wozniski
2019-05-07
Fix tests and clarify first character access
Kathryn Lingel
2019-05-06
Correct output expectation
Kathryn Lingel
2019-05-06
Update tests for new autocomplete behavior
Kathryn Lingel
2019-02-14
extmod/ure: Handle some escape sequences.
Radomir Dopieralski
2019-02-14
extmod/modure: Add ure.sub() function and method, and tests.
Damien George
2019-02-14
extmod/modure: Add match.span(), start() and end() methods, and tests.
Damien George
2019-02-14
extmod/modure: Add match.groups() method, and tests.
Damien George
2018-08-25
Fix os.stat() to use 1970 epoch
Noralf Trønnes
2018-07-28
merge finished
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-20
tests: Add tests using "file" argument in print and sys.print_exception.
Damien George
2018-06-18
tests/import: Add test for importing invalid .mpy file.
Damien George
2018-06-18
tests/extmod: Add test for ujson.dump writing to a user IOBase object.
Damien George
2018-06-18
tests/extmod/ujson_dump.py: Add test for dump to non-stream object.
Damien George
2018-06-18
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Damien George
2018-06-14
Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with ex...
Dan Halbert
2018-06-12
tests/extmod: Add test for VFS and user-defined filesystem and files.
Damien George
2018-06-12
tests/io: Add simple IOBase test.
Damien George
2018-06-12
py/lexer: Add support for underscores in numeric literals.
Damien George
2018-06-08
tests/pyb: Make i2c and pyb1 pyboard tests run again.
Damien George
2018-06-08
py/objtype: Optimise instance get/set/del by skipping special accessors.
Damien George
2018-06-06
tests/extmod: Remove conditional import of uos_vfs, it no longer exists.
Damien George
2018-06-06
tests/extmod: Add test for importing a script from a user VFS.
Damien George
2018-06-02
tests: Point pyboard.py to tools/cpboard.py
Noralf Trønnes
2018-05-30
py/objtype: Fix assertion failures in super_attr by checking type.
Jeff Epler
2018-05-30
py/objtype: Fix assertion failures in mp_obj_new_type by checking types.
Jeff Epler
2018-05-25
py/objtype: Remove TODO comment about needing to check for property.
Damien George
2018-05-23
py/emit: Combine yield value and yield-from emit funcs into one.
Damien George
2018-05-22
py/objgenerator: Protect against reentering a generator.
Damien George
2018-05-22
py/modbuiltins: Add support for rounding integers.
Jan Klusacek
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
[next]