Przeglądaj źródła

add `os` test prompt in test case

blueloveTH 2 lat temu
rodzic
commit
50ab1f81d4
1 zmienionych plików z 1 dodań i 0 usunięć
  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)