Merge branch 'UTSAVS26:main' into main #3
Annotations
10 errors
Ruff (F401):
Tests/Communication/test_send_email.py#L3
Tests/Communication/test_send_email.py:3:5: F401 `unittest.mock.mock_open` imported but unused
|
Ruff (F401):
Tests/PDF_Manipulation/test_pdf_utils.py#L3
Tests/PDF_Manipulation/test_pdf_utils.py:3:19: F401 `pypdf.PdfReader` imported but unused
|
Ruff (F401):
Tests/Web/test_get_text.py#L6
Tests/Web/test_get_text.py:6:17: F401 `bs4.BeautifulSoup` imported but unused
|
Ruff (F401):
Tests/algorithms/test_asymmetric_encryption_algorithm.py#L3
Tests/algorithms/test_asymmetric_encryption_algorithm.py:3:44: F401 `cryptography.hazmat.primitives.serialization` imported but unused
|
Ruff (F401):
Tests/algorithms/test_elliptic_curve_cryptography.py#L3
Tests/algorithms/test_elliptic_curve_cryptography.py:3:44: F401 `cryptography.hazmat.primitives.serialization` imported but unused
|
Ruff (F403):
Tests/analysis/test_analysis.py#L2
Tests/analysis/test_analysis.py:2:1: F403 `from pysnippets.analysis.datautils import *` used; unable to detect undefined names
|
Ruff (F405):
Tests/analysis/test_analysis.py#L10
Tests/analysis/test_analysis.py:10:1: F405 `DataUtils` may be undefined, or defined from star imports
|
Ruff (F405):
Tests/analysis/test_analysis.py#L13
Tests/analysis/test_analysis.py:13:1: F405 `DataUtils` may be undefined, or defined from star imports
|
Ruff (F405):
Tests/analysis/test_analysis.py#L16
Tests/analysis/test_analysis.py:16:16: F405 `DataUtils` may be undefined, or defined from star imports
|
Ruff (F405):
Tests/analysis/test_analysis.py#L19
Tests/analysis/test_analysis.py:19:1: F405 `DataUtils` may be undefined, or defined from star imports
|