From 9a798e1de0c3cc13f248d66deb9dfae8d19d8e7c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 3 Apr 2026 06:50:16 +0200 Subject: [PATCH] Ensure all unit tests are run --- .github/workflows/test-stack-reusable-workflow.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test-stack-reusable-workflow.yml b/.github/workflows/test-stack-reusable-workflow.yml index 67cb0535e..f649b9a1c 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -99,11 +99,7 @@ jobs: - name: Run Unit Tests run: | - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_notification_diff' - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_watch_model' - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_jinja2_security' - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_semver' - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_html_to_text' + docker run test-changedetectionio bash -c 'cd changedetectionio;pytest tests/unit/' # Basic pytest tests with ancillary services basic-tests: