This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
tests
/
io
History
Paul Sokolovsky
5c34c2ff7f
tests/io: Update tests to use uos.remove() instead of uos.unlink().
...
After Unix port switches from one to another, to be consistent with baremetal ports.
2018-11-26 23:27:28 +11:00
..
data
…
argv.py
…
builtin_print_file.py
tests: Add tests using "file" argument in print and sys.print_exception.
2018-06-20 16:08:25 +10:00
file1.py
…
file_iter.py
…
file_long_read2.py
…
file_long_read3.py
…
file_long_read.py
…
file_readinto_len.py
…
file_readinto_len.py.exp
…
file_readinto.py
…
file_readline.py
…
file_seek.py
…
file_stdio.py
…
file_with.py
…
open_append.py
tests/io: Update tests to use uos.remove() instead of uos.unlink().
2018-11-26 23:27:28 +11:00
open_plus.py
tests/io: Update tests to use uos.remove() instead of uos.unlink().
2018-11-26 23:27:28 +11:00
resource_stream.py
tests: Convert remaining "sys.exit()" to "raise SystemExit".
2017-06-10 20:34:38 +03:00
resource_stream.py.exp
…