pytest.json 408 B

12345678910111213141516171819202122232425
  1. {
  2. "problemMatcher": [
  3. {
  4. "owner": "pytest",
  5. "pattern": [
  6. {
  7. "regexp": "^____"
  8. },
  9. {
  10. "regexp": "^(.*):(\\d+):\\sin\\s(.*)$",
  11. "file": 1,
  12. "line": 2
  13. },
  14. {
  15. "regexp": "^\\s+.*"
  16. },
  17. {
  18. "regexp": "^E\\s+(.*)$",
  19. "message": 1,
  20. "loop": true
  21. }
  22. ]
  23. }
  24. ]
  25. }