test: add tests for static file route #693
ci.yml
on: push
ci
/
ruff-format
16s
ci
/
ruff-lint
12s
ci
/
mypy
23s
ci
/
build
11s
Matrix: ci / pytest
Annotations
6 errors
Ruff (C901):
questionpy_server/decorators.py#L50
questionpy_server/decorators.py:50:19: C901 `wrapper` is too complex (11 > 10)
|
Ruff (RET505):
tests/conftest.py#L67
tests/conftest.py:67:9: RET505 Unnecessary `else` after `return` statement
|
Ruff (PT022):
tests/conftest.py#L132
tests/conftest.py:132:5: PT022 No teardown in fixture `package_factory`, use `return` instead of `yield`
|
ci / ruff-lint
Process completed with exit code 1.
|
ci / ruff-format
Process completed with exit code 1.
|
ci / mypy
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build
|
114 KB |
|
coverage_report_3.11
|
276 KB |
|
coverage_report_3.12
|
277 KB |
|