1
0
mirror of https://github.com/esphome/aioesphomeapi.git synced 2025-01-24 22:01:41 +01:00
aioesphomeapi/.github/workflows/matchers/pytest.json
2023-10-19 14:00:36 -10:00

20 lines
332 B
JSON

{
"problemMatcher": [
{
"owner": "pytest",
"fileLocation": "absolute",
"pattern": [
{
"regexp": "^\\s+File \"(.*)\", line (\\d+), in (.*)$",
"file": 1,
"line": 2
},
{
"regexp": "^\\s+(.*)$",
"message": 1
}
]
}
]
}