From 50ab1f81d441cc8d1a004bf7138255f2e747713f Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 20 Jan 2024 22:39:32 +0800 Subject: [PATCH] add `os` test prompt in test case --- tests/70_file.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/70_file.py b/tests/70_file.py index 29773db5..2af68e45 100644 --- a/tests/70_file.py +++ b/tests/70_file.py @@ -1,6 +1,7 @@ try: import os import io + print("[`os` Test Enabled]") except ImportError: exit(0)