mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -11,7 +11,7 @@ namefailed=
|
||||
|
||||
for infile in tests/*.py
|
||||
do
|
||||
basename=`basename $infile .c`
|
||||
basename=`basename $infile .py`
|
||||
outfile=${basename}.out
|
||||
expfile=${basename}.exp
|
||||
|
||||
|
||||
2
tests/basics/tests/import1a.py
Normal file
2
tests/basics/tests/import1a.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import import1b
|
||||
print(import1b.var)
|
||||
1
tests/basics/tests/import1b.py
Normal file
1
tests/basics/tests/import1b.py
Normal file
@@ -0,0 +1 @@
|
||||
var = 123
|
||||
Reference in New Issue
Block a user