mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 04:20:17 +00:00
add os
test prompt in test case
This commit is contained in:
parent
5dab337485
commit
50ab1f81d4
@ -1,6 +1,7 @@
|
|||||||
try:
|
try:
|
||||||
import os
|
import os
|
||||||
import io
|
import io
|
||||||
|
print("[`os` Test Enabled]")
|
||||||
except ImportError:
|
except ImportError:
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user