Skip to content

chore(tests): avoid returning value from a test #21

chore(tests): avoid returning value from a test

chore(tests): avoid returning value from a test #21

Triggered via pull request October 21, 2024 12:38
Status Success
Total duration 32s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
mypy: weblate_web/tests.py#L340
Item "None" of "Element | None" has no attribute "text"
mypy: weblate_web/tests.py#L340
Argument 1 to "get" of "Client" has incompatible type "str | Any | None"; expected "str"
mypy: weblate_web/tests.py#L639
"_MonkeyPatchedWSGIResponse" has no attribute "url"
mypy: weblate_web/tests.py#L645
"_MonkeyPatchedWSGIResponse" has no attribute "url"
mypy: weblate_web/tests.py#L685
"_MonkeyPatchedWSGIResponse" has no attribute "url"
mypy: weblate_web/tests.py#L691
"_MonkeyPatchedWSGIResponse" has no attribute "url"
mypy: weblate_web/tests.py#L715
"_MonkeyPatchedWSGIResponse" has no attribute "url"
mypy: weblate_web/tests.py#L721
"_MonkeyPatchedWSGIResponse" has no attribute "url"
mypy: weblate_web/tests.py#L851
'Settings' object has no attribute 'PAYMENT_SECRET'
mypy: weblate_web/tests.py#L996
'Settings' object has no attribute 'PAYMENT_SECRET'
mypy
Process completed with exit code 1.