circuitpython/tests/io
stijn a3efe04dce Use mode/encoding kwargs in io and unicode tests
mode argument is used to assert it works
encoding argument is used to make sure CPython uses the correct encoding
as it does not automatically use utf-8
2014-10-21 22:10:38 +03:00
..
data unix, stmhal: Implement file.readinto() method. 2014-10-18 22:44:07 +03:00
argv.py unix: Implement sys.argv. 2014-01-20 01:00:28 +02:00
file1.py Use mode/encoding kwargs in io and unicode tests 2014-10-21 22:10:38 +03:00
file_iter.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
file_long_read.py tests: Add testcase for read by length past EOF. 2014-07-22 00:11:37 +03:00
file_readinto.py unix, stmhal: Implement file.readinto() method. 2014-10-18 22:44:07 +03:00
file_stdio.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
file_with.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
stringio1.py py: Rename builtin "io" to "_io". 2014-06-12 01:22:25 +03:00