From 620db78ee74a2a214561ede9ee6d2445ed39b063 Mon Sep 17 00:00:00 2001 From: Kylian Schmidt Date: Mon, 8 Sep 2025 15:56:37 +0200 Subject: [PATCH] Fix pipeline attempt (5): Fix naming in tests --- Singularity.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Singularity.def b/Singularity.def index 1aecba7..64ff021 100644 --- a/Singularity.def +++ b/Singularity.def @@ -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 \ No newline at end of file + python3 -m pytest tests/ -v \ No newline at end of file