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

tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.

parent 15513095
Branches
No related tags found
No related merge requests found
...@@ -13,3 +13,7 @@ print(hash(data[0])) ...@@ -13,3 +13,7 @@ print(hash(data[0]))
print(hash(data[1])) print(hash(data[1]))
print(hash(bytes(data[0], 'utf8'))) print(hash(bytes(data[0], 'utf8')))
print(hash(str(data[1], 'utf8'))) print(hash(str(data[1], 'utf8')))
# test basic import of frozen scripts
import frzstr1
import frzmpy1
...@@ -48,3 +48,5 @@ Warning: test ...@@ -48,3 +48,5 @@ Warning: test
7300 7300
7300 7300
7300 7300
frzstr1
frzmpy1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment