Add even more tests
This commit is contained in:
@@ -17,8 +17,8 @@ def test_python_version():
|
||||
def test_required_modules():
|
||||
"""Test that required Python modules are installed."""
|
||||
try:
|
||||
import jinja2 # type: ignore
|
||||
import yaml # type: ignore
|
||||
import jinja2 # noqa: F401
|
||||
import yaml # noqa: F401
|
||||
except ImportError as e:
|
||||
pytest.fail(f"Required module not found: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user