|
1 | 1 | { |
| 2 | + "delete_project": [ |
| 3 | + { |
| 4 | + "deleted": true |
| 5 | + } |
| 6 | + ], |
2 | 7 | "detect_changes_count": 1, |
3 | 8 | "fixture_id": "python-parity", |
4 | 9 | "get_architecture": [ |
|
24 | 29 | ] |
25 | 30 | } |
26 | 31 | ], |
| 32 | + "get_code_snippet": [ |
| 33 | + { |
| 34 | + "file_path": "/Users/skooch/projects/worktrees/interop-testing-gaps/testdata/interop/python-parity/main.py", |
| 35 | + "qualified_name": "python-parity:main.py:python:symbol:python:bootstrap", |
| 36 | + "source": "def bootstrap() -> ActiveWorker:\n worker = ActiveWorker(\"primary\")\n worker.configure(\"mode\", \"batch\")\n worker.run()\n return worker" |
| 37 | + } |
| 38 | + ], |
| 39 | + "get_graph_schema": [ |
| 40 | + { |
| 41 | + "edge_types": [ |
| 42 | + "{'type': 'CALLS', 'count': 2}", |
| 43 | + "{'type': 'CONFIGURES', 'count': 1}", |
| 44 | + "{'type': 'CONTAINS_FILE', 'count': 3}", |
| 45 | + "{'type': 'DECORATES', 'count': 1}", |
| 46 | + "{'type': 'DEFINES', 'count': 15}", |
| 47 | + "{'type': 'DEFINES_METHOD', 'count': 3}", |
| 48 | + "{'type': 'IMPORTS', 'count': 1}", |
| 49 | + "{'type': 'USAGE', 'count': 3}" |
| 50 | + ], |
| 51 | + "node_labels": [ |
| 52 | + "{'label': 'Class', 'count': 2}", |
| 53 | + "{'label': 'File', 'count': 3}", |
| 54 | + "{'label': 'Function', 'count': 3}", |
| 55 | + "{'label': 'Method', 'count': 3}", |
| 56 | + "{'label': 'Module', 'count': 3}", |
| 57 | + "{'label': 'Project', 'count': 1}", |
| 58 | + "{'label': 'Variable', 'count': 4}" |
| 59 | + ] |
| 60 | + } |
| 61 | + ], |
27 | 62 | "index_repository": { |
| 63 | + "edges_actual": 29, |
28 | 64 | "edges_min": 5, |
| 65 | + "nodes_actual": 19, |
29 | 66 | "nodes_min": 7 |
30 | 67 | }, |
| 68 | + "index_status": [ |
| 69 | + { |
| 70 | + "status": "ready" |
| 71 | + } |
| 72 | + ], |
31 | 73 | "list_projects": [ |
32 | 74 | "python-parity" |
33 | 75 | ], |
|
0 commit comments