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-07-24
py/compile: Don't await __aiter__ special method in async-for.
Jonathan Hogg
2020-07-23
also disable async_coroutine test in native emitter
Kenny
2020-07-23
add coroutine behavior for generators
Kenny
2020-07-16
Merge pull request #3143 from tannewt/improve_json
Dan Halbert
2020-07-10
Fix stream version and add basic readinto test
Scott Shawcroft
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-06-25
README: Remove a statement that's not particularly true at the moment
Jeff Epler
2020-06-25
tests: Remove a test for micropython-specific SPI behavior
Jeff Epler
2020-06-25
Scripts: Change wording for pseudoterminals
Jeff Epler
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-04-13
test requires yield, can't run native
Jeff Epler
2020-04-01
tests: Add .exp files for basics/parser and import/import_override.
Damien George
2020-03-31
tests/basics: Provide .exp files for generator tests that fail PEP479.
Damien George
2020-03-31
tests: Modify tests that print repr of an exception with 1 arg.
Damien George
2020-03-31
tests/basics/int_big_error.py: Use bytearray to test for int overflow.
Damien George
2020-03-31
tests/basics/set_pop.py: Sort set before printing for consistent output.
Damien George
2020-03-09
Update tests
Jeff Epler
2020-03-09
lexer: catch concatenation of f'' and '' strings
Jeff Epler
2020-03-09
Address dpgeorge feedback - largely simplifications
Josh Klar
2020-03-09
py: Implement partial PEP-498 (f-string) support
Josh Klar
2020-03-03
Use tests from ulab extmod, instead of our own
Jeff Epler
2020-02-27
Update ulab from upstream again
Jeff Epler
2020-02-27
ulab: Incorporate it
Jeff Epler
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
[next]