This commit is contained in:
aliowka 2026-06-16 10:41:26 +03:00
commit c0e9ec76cd
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"name": "DeltaTest (Smart Affected Test Runner)",
"description": "Accelerate your CI/CD by running only the Python/pytest tests affected by your code changes.",
"iconName": "terminal",
"categories": [
"Python",
"Testing"
],
"filePatterns": [
"requirements.txt$",
"setup.py$",
"pyproject.toml$",
".*\\.py$"
]
}