Sfoglia il codice sorgente

add `os` test prompt in test case

blueloveTH 2 anni fa
parent
commit
50ab1f81d4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tests/70_file.py

+ 1 - 0
tests/70_file.py

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