Fix pipeline attempt (5): Fix naming in tests
This commit is contained in:
+3
-3
@@ -20,7 +20,7 @@ From: python:3.11-slim
|
||||
exec python3 generate_gallery.py "$@"
|
||||
|
||||
%test
|
||||
# Run container tests with coverage to validate the build
|
||||
echo "Running container validation tests with coverage..."
|
||||
# Run container tests to validate the build
|
||||
echo "Running container validation tests..."
|
||||
cd /src
|
||||
python3 tests/run_coverage.py
|
||||
python3 -m pytest tests/ -v
|
||||
Reference in New Issue
Block a user