From 1472bcc0759ec9203a723084a1ec2458abfe72b9 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 21 Jul 2022 22:17:48 +0800 Subject: [PATCH] show test message --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 0afea45..a2c6a24 100644 --- a/test.py +++ b/test.py @@ -28,6 +28,7 @@ class TestActionSuite(unittest.TestCase): ModuleNotFoundError, importlib.import_module, package, + msg=f"Package {package} should not be installed", ) else: importlib.import_module(package)