show test message

This commit is contained in:
Frost Ming 2022-07-21 22:17:48 +08:00
parent 1912606aa4
commit 1472bcc075
No known key found for this signature in database
GPG Key ID: 5BFA9CB4DDA943BF

View File

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