We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551309 commit 8d1c236Copy full SHA for 8d1c236
tests/unix/extra_coverage.py
@@ -13,3 +13,7 @@
13
print(hash(data[1]))
14
print(hash(bytes(data[0], 'utf8')))
15
print(hash(str(data[1], 'utf8')))
16
+
17
+# test basic import of frozen scripts
18
+import frzstr1
19
+import frzmpy1
tests/unix/extra_coverage.py.exp
@@ -48,3 +48,5 @@ Warning: test
48
7300
49
50
51
+frzstr1
52
+frzmpy1
0 commit comments