Commit 977a198
File tree
7 files changed
+55
-20
lines changedFilter options
- .github/workflows
- google/api_core
- testing
- tests/asyncio
7 files changed
+55
-20
lines changed.github/workflows/unittest.yml
Copy file name to clipboardExpand all lines: .github/workflows/unittest.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
google/api_core/rest_streaming_async.py
Copy file name to clipboardExpand all lines: google/api_core/rest_streaming_async.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
+32-16Lines changed: 32 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
| 113 | + |
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
| ||
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
133 |
| - |
| 133 | + |
134 | 134 |
|
135 | 135 |
|
136 |
| - |
| 136 | + |
| 137 | + |
137 | 138 |
|
138 | 139 |
|
139 |
| - |
140 |
| - |
141 | 140 |
|
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
| 141 | + |
146 | 142 |
|
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
147 | 150 |
|
148 |
| - |
149 | 151 |
|
150 |
| - |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
151 | 167 |
|
152 | 168 |
|
153 | 169 |
|
| ||
236 | 252 |
|
237 | 253 |
|
238 | 254 |
|
239 |
| - |
240 |
| - |
241 |
| - |
| 255 | + |
| 256 | + |
| 257 | + |
242 | 258 |
|
243 | 259 |
|
244 | 260 |
|
| ||
261 | 277 |
|
262 | 278 |
|
263 | 279 |
|
264 |
| - |
| 280 | + |
265 | 281 |
|
266 | 282 |
|
267 | 283 |
|
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
|
testing/constraints-3.7.txt
Copy file name to clipboardExpand all lines: testing/constraints-3.7.txt-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
|
testing/constraints-async-rest-3.7.txt
Copy file name to clipboard+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
tests/asyncio/test_rest_streaming_async.py
Copy file name to clipboardExpand all lines: tests/asyncio/test_rest_streaming_async.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
0 commit comments