aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/python_tests.json
blob: 426b93fe3a608e06c8881fca85c60044c1abd5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
  {
    "module": "grpc_test._adapter._c_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._adapter._low_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._adapter._intermediary_low_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._adapter._links_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._adapter._lonely_rear_link_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._adapter._blocking_invocation_inline_service_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._adapter._event_invocation_synchronous_event_service_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._adapter._future_invocation_asynchronous_event_service_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._links._lonely_invocation_link_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test._links._transmission_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test.early_adopter.implementations_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test.framework.base.implementations_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test.framework.face.blocking_invocation_inline_service_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test.framework.face.event_invocation_synchronous_event_service_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test.framework.face.future_invocation_asynchronous_event_service_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test.framework.foundation._later_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_test.framework.foundation._logging_pool_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_interop._insecure_interop_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "module": "grpc_interop._secure_interop_test",
    "pythonVersions": [
      "2.7"
    ]
  },
  {
    "file": "test/compiler/python_plugin_test.py",
    "pythonVersions": [
      "2.7"
    ]
  }
]