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

@@ -15,4 +15,11 @@ sentry = ["sentry-sdk>=2.35.2"]
dev = [
"ruff>=0.12.8",
"ty>=0.0.1a17",
"pytest>=8.0.0",
"pytest-cov>=5.0.0",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]
addopts = "-v"