From 9e5ea632db5f5d5c49dfbaf5eafa2a37087e7527 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 8 Oct 2023 19:20:38 +0200 Subject: [PATCH] try to fix tests --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 196ce8d..393d8b4 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -37,4 +37,4 @@ jobs: - name: Test with pytest run: | pip install pytest pytest-cov - pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html + pytest --cov-report=html --junitxml=report.xml -v tests/ \ No newline at end of file