Skip to content
Snippets Groups Projects
Commit 5f7e8dc1 authored by Damien George's avatar Damien George
Browse files

Merge branch 'master' of github.com:micropython/micropython

parents b2ebb161 db796ef8
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
longer line1
line2
line3
f = open("io/data/file1")
print(f.read(5))
print(f.readline())
print(f.read())
......@@ -2,7 +2,7 @@
RM="/bin/rm -f"
CPYTHON3=python3.3
MP_PY=../../unix/py
MP_PY=../unix/py
numtests=0
numtestcases=0
......@@ -10,7 +10,7 @@ numpassed=0
numfailed=0
namefailed=
for infile in tests/*.py
for infile in basics/*.py io/*.py
do
basename=`basename $infile .py`
outfile=${basename}.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment