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)