tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.
This commit is contained in:
parent
1551309575
commit
8d1c236a1f
@ -13,3 +13,7 @@ print(hash(data[0]))
|
||||
print(hash(data[1]))
|
||||
print(hash(bytes(data[0], 'utf8')))
|
||||
print(hash(str(data[1], 'utf8')))
|
||||
|
||||
# test basic import of frozen scripts
|
||||
import frzstr1
|
||||
import frzmpy1
|
||||
|
@ -48,3 +48,5 @@ Warning: test
|
||||
7300
|
||||
7300
|
||||
7300
|
||||
frzstr1
|
||||
frzmpy1
|
||||
|
Loading…
x
Reference in New Issue
Block a user