This commit is contained in:
parent
51706d2d11
commit
853e99ca5f
21 changed files with 1402 additions and 77 deletions
|
|
@ -11,6 +11,8 @@ python_files=(
|
|||
"live_prototype.py"
|
||||
"prototype_cache.py"
|
||||
"settings.py"
|
||||
"scripts/bootstrap_ci_clone_key.py"
|
||||
"scripts/check_deploy_config.py"
|
||||
"update_events.py"
|
||||
"tests"
|
||||
)
|
||||
|
|
@ -55,7 +57,7 @@ run_check \
|
|||
run_check \
|
||||
"Vulture" \
|
||||
uv run --with "vulture>=2.15,<3.0.0" \
|
||||
vulture app.py auth.py calendar_feeds.py forgejo_client.py live_prototype.py prototype_cache.py settings.py update_events.py tests --min-confidence 80
|
||||
vulture app.py auth.py calendar_feeds.py forgejo_client.py live_prototype.py prototype_cache.py settings.py scripts/bootstrap_ci_clone_key.py scripts/check_deploy_config.py update_events.py tests --min-confidence 80
|
||||
run_check \
|
||||
"Backend Tests" \
|
||||
"${python_cmd[@]}" -m unittest discover -s tests -p "test_*.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue