test(core): Test security validation in native Python runner (#19146)

This commit is contained in:
Iván Ovejero
2025-09-03 16:19:01 +02:00
committed by GitHub
parent cda1a18a88
commit fc094518d6
7 changed files with 342 additions and 12 deletions

View File

@@ -7,10 +7,10 @@ run:
uv run python -m src.main
sync:
uv sync
uv sync --group dev
sync-all:
uv sync --all-extras
uv sync --all-extras --group dev
lint:
uv run ruff check
@@ -25,7 +25,13 @@ format-check:
uv run ruff format --check
test:
@echo "No tests yet"
uv run pytest
test-cov:
uv run pytest --cov=src --cov-report=term-missing
test-v:
uv run pytest -vv
typecheck:
uv run ty check src/