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