diff --git a/.gitea/workflows/backend_run_test.yaml b/.gitea/workflows/backend_run_test.yaml index b5fa349..4591358 100644 --- a/.gitea/workflows/backend_run_test.yaml +++ b/.gitea/workflows/backend_run_test.yaml @@ -28,7 +28,7 @@ jobs: working-directory: backend - name: Run Tests - run: pipenv run pytest src --html=report.html --self-contained-html --log-cli-level=INFO + run: pipenv run pytest src --html=report.html --self-contained-html --log-cli-level=DEBUG working-directory: backend - name: Upload HTML report diff --git a/backend/.pylintrc b/backend/.pylintrc index eabcaa6..a054d18 100644 --- a/backend/.pylintrc +++ b/backend/.pylintrc @@ -445,7 +445,9 @@ disable=raw-checker-failed, logging-fstring-interpolation, duplicate-code, relative-beyond-top-level, - invalid-name + invalid-name, + too-many-arguments, + too-many-positional-arguments # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option diff --git a/backend/report.html b/backend/report.html index 1b97bae..e6bf3cb 100644 --- a/backend/report.html +++ b/backend/report.html @@ -328,7 +328,7 @@ div.media {
Report generated on 24-Jan-2025 at 16:01:23 by pytest-html +
Report generated on 29-Jan-2025 at 09:35:03 by pytest-html v4.1.1
8 tests took 00:01:20.
+1 test took 97 ms.
(Un)check the boxes to filter the results.