mirror of https://github.com/scrapy/scrapy.git
Merge branch 'master' of https://github.com/deltatest-org/scrapy
This commit is contained in:
commit
c0e9ec76cd
|
|
@ -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$"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue