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
/
unix
/
extra_coverage.py
Age
Commit message (
Collapse
)
Author
2021-03-15
run code formatting script
microDev
2018-06-18
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Damien George
This behaviour of a NULL write C method on a stream that uses the write adaptor objects is no longer supported. It was only ever used by the coverage build for testing the fail path of mp_get_stream_raise().
2018-03-03
tests/unix: Add coverage test for uio.resource_stream from frozen str.
Damien George
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-01-17
tests/io: Improve test coverage of io.BufferedWriter.
Rami Ali
2017-01-16
tests: Improve frozen import test coverage.
Rami Ali
2017-01-16
tests: Improve stream.c test coverage.
Rami Ali
2017-01-08
tests/unix/extra_coverage: Add tests for importing frozen packages.
Damien George
2017-01-05
tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.
Damien George
2016-09-02
tests/unix/extra_coverage: Add test for str/bytes with invalid hash.
Damien George
2015-05-08
unix: Make extra-coverage function callable from Python scripts.
Damien George
This allows the output of the extra-coverage tests to be checked using the normal run-tests script.