mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
test(core): Test security validation in native Python runner (#19146)
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user