add os test prompt in test case

This commit is contained in:
blueloveTH 2024-01-20 22:39:32 +08:00
parent 5dab337485
commit 50ab1f81d4

View File

@ -1,6 +1,7 @@
try:
import os
import io
print("[`os` Test Enabled]")
except ImportError:
exit(0)