From 7288d38c7037186fbd1de5c362abd96d922c2f98 Mon Sep 17 00:00:00 2001 From: Muddyblack Date: Fri, 12 Jan 2024 17:31:20 +0100 Subject: [PATCH] argh --- .github/workflows/run_unittests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_unittests.yml b/.github/workflows/run_unittests.yml index 0631403..7d1edb2 100644 --- a/.github/workflows/run_unittests.yml +++ b/.github/workflows/run_unittests.yml @@ -24,6 +24,6 @@ jobs: run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV - name: Run tests # GOAL: python -m unittest discover -s . -p 'test*.py' -> Problem not fiinding setup file + # ALSO bad with MetaDataEditor cant load Qt and exiftool: python -m unittest discover -s MetaDataEditor/unittests run: | - python -m unittest discover -s file_manager/unittests - python -m unittest discover -s MetaDataEditor/unittests \ No newline at end of file + python -m unittest discover -s file_manager/unittests \ No newline at end of file