Damien George
11 years ago
90 changed files with 13 additions and 2 deletions
@ -0,0 +1,4 @@ |
|||
This directory contains tests for various functionality areas of MicroPython. |
|||
To run all stable tests, run "run-tests" script in this directory. Note |
|||
that bytecode tests are not yet stable and should be run separately in |
|||
"bytecode" subdirectory. |
@ -0,0 +1,3 @@ |
|||
longer line1 |
|||
line2 |
|||
line3 |
@ -0,0 +1,4 @@ |
|||
f = open("io/data/file1") |
|||
print(f.read(5)) |
|||
print(f.readline()) |
|||
print(f.read()) |
Loading…
Reference in new issue