소스 검색

add `os` test prompt in test case

blueloveTH 2 년 전
부모
커밋
50ab1f81d4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/70_file.py

+ 1 - 0
tests/70_file.py

@@ -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)