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 2971513..c39425b 100644 --- a/backend/report.html +++ b/backend/report.html @@ -328,7 +328,7 @@ div.media {

Backend Testing Report

-

Report generated on 28-Jan-2025 at 08:25:09 by pytest-html +

Report generated on 28-Jan-2025 at 11:49:54 by pytest-html v4.1.1

Environment

@@ -382,7 +382,7 @@ div.media {

Summary

-

25 tests took 00:00:31.

+

8 tests took 00:05:36.

(Un)check the boxes to filter the results.