From a6d9b204295a6b7dbdd3670ffd2e9dc53dbe5a1c Mon Sep 17 00:00:00 2001 From: cehune Date: Thu, 5 Dec 2024 02:39:14 +0000 Subject: [PATCH] update unittests --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 9809e2c..b4aef0c 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -24,6 +24,6 @@ jobs: - name: Test with pytest run: | pip install pytest pytest-cov - pytest source/tests/test_utils.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html + pytest src/file_auto_expiry/tests/test_utils.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html