chore(tests): avoid returning value from a test #21
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.
|