Explorar o código

add `os` test prompt in test case

blueloveTH %!s(int64=2) %!d(string=hai) anos
pai
achega
50ab1f81d4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)