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 "$@"
|
exec python3 generate_gallery.py "$@"
|
||||||
|
|
||||||
%test
|
%test
|
||||||
# Run container tests with coverage to validate the build
|
# Run container tests to validate the build
|
||||||
echo "Running container validation tests with coverage..."
|
echo "Running container validation tests..."
|
||||||
cd /src
|
cd /src
|
||||||
python3 tests/run_coverage.py
|
python3 -m pytest tests/ -v
|
||||||
Reference in New Issue
Block a user