|
1 | 1 | { |
2 | | - "totalTestTimeSeconds": 10000, |
| 2 | + "totalTestTimeSeconds": 20436, |
3 | 3 | "groups": [ |
4 | 4 | { |
5 | 5 | "fixtures": [ |
6 | | - "examples:readme", |
7 | | - "validation:with-defaults", |
8 | | - "single-url-environment-no-default", |
9 | | - "exhaustive:inline_request_params", |
10 | | - "empty-clients", |
11 | | - "multi-url-environment", |
12 | | - "enum:real-enum-forward-compat" |
| 6 | + "exhaustive:extra_dependencies", |
| 7 | + "unions:union-utils", |
| 8 | + "objects-with-imports", |
| 9 | + "examples:no-custom-config", |
| 10 | + "literals-unions", |
| 11 | + "file-download:default-chunk-size", |
| 12 | + "exhaustive:inline-path-params", |
| 13 | + "oauth-client-credentials-custom" |
13 | 14 | ], |
14 | | - "groupTotalTimeSeconds": 194 |
| 15 | + "groupTotalTimeSeconds": 1449 |
15 | 16 | }, |
16 | 17 | { |
17 | 18 | "fixtures": [ |
18 | | - "exhaustive:extra_dependencies", |
19 | | - "single-url-environment-default", |
20 | | - "exhaustive:additional_init_exports", |
21 | | - "bytes-upload", |
22 | | - "mixed-file-directory:no-custom-config", |
23 | | - "basic-auth" |
| 19 | + "version", |
| 20 | + "pagination:no-inheritance-for-extended-models", |
| 21 | + "literal:no-custom-config", |
| 22 | + "nullable:use-typeddict-requests", |
| 23 | + "idempotency-headers", |
| 24 | + "oauth-client-credentials", |
| 25 | + "trace", |
| 26 | + "exhaustive:pydantic-v1-with-utils", |
| 27 | + "multi-line-docs" |
24 | 28 | ], |
25 | | - "groupTotalTimeSeconds": 193 |
| 29 | + "groupTotalTimeSeconds": 1455 |
26 | 30 | }, |
27 | 31 | { |
28 | 32 | "fixtures": [ |
29 | | - "validation:no-custom-config", |
30 | | - "undiscriminated-unions", |
31 | | - "inferred-auth-explicit", |
| 33 | + "query-parameters-openapi-as-objects:no-custom-config", |
| 34 | + "package-yml", |
32 | 35 | "bearer-token-environment-variable", |
| 36 | + "errors", |
| 37 | + "public-object", |
| 38 | + "request-parameters", |
| 39 | + "circular-references-advanced:no-inheritance-for-extended-models", |
| 40 | + "extra-properties", |
| 41 | + "single-url-environment-no-default" |
| 42 | + ], |
| 43 | + "groupTotalTimeSeconds": 1455 |
| 44 | + }, |
| 45 | + { |
| 46 | + "fixtures": [ |
| 47 | + "accept-header", |
| 48 | + "exhaustive:pydantic-ignore-fields", |
33 | 49 | "file-download:no-custom-config", |
34 | 50 | "error-property", |
35 | | - "package-yml", |
36 | | - "imdb" |
| 51 | + "plain-text", |
| 52 | + "required-nullable", |
| 53 | + "multi-url-environment", |
| 54 | + "single-url-environment-default", |
| 55 | + "no-environment" |
37 | 56 | ], |
38 | | - "groupTotalTimeSeconds": 199 |
| 57 | + "groupTotalTimeSeconds": 1454 |
39 | 58 | }, |
40 | 59 | { |
41 | 60 | "fixtures": [ |
42 | | - "variables", |
| 61 | + "query-parameters-openapi:no-custom-config", |
| 62 | + "server-sent-events", |
| 63 | + "inferred-auth-implicit-no-expiry", |
| 64 | + "http-head", |
| 65 | + "imdb", |
43 | 66 | "file-upload:use_typeddict_requests", |
44 | | - "auth-environment-variables", |
45 | | - "extends", |
46 | | - "enum:real-enum", |
47 | | - "object", |
48 | | - "idempotency-headers" |
| 67 | + "unions:no-custom-config", |
| 68 | + "enum:strenum", |
| 69 | + "exhaustive:improved_imports" |
49 | 70 | ], |
50 | | - "groupTotalTimeSeconds": 196 |
| 71 | + "groupTotalTimeSeconds": 1453 |
51 | 72 | }, |
52 | 73 | { |
53 | 74 | "fixtures": [ |
54 | | - "circular-references:no-custom-config", |
55 | | - "reserved-keywords", |
56 | | - "oauth-client-credentials-with-variables", |
57 | | - "exhaustive:improved_imports", |
58 | | - "alias", |
59 | | - "exhaustive:aliases_with_validation", |
60 | | - "enum:no-custom-config", |
61 | | - "nullable:no-custom-config", |
62 | | - "file-download:default-chunk-size" |
| 75 | + "version-no-default", |
| 76 | + "audiences", |
| 77 | + "undiscriminated-unions", |
| 78 | + "license", |
| 79 | + "optional", |
| 80 | + "variables", |
| 81 | + "file-upload:no-custom-config", |
| 82 | + "oauth-client-credentials-nested-root", |
| 83 | + "exhaustive:follow_redirects_by_default", |
| 84 | + "enum:real-enum" |
63 | 85 | ], |
64 | | - "groupTotalTimeSeconds": 194 |
| 86 | + "groupTotalTimeSeconds": 1458 |
65 | 87 | }, |
66 | 88 | { |
67 | 89 | "fixtures": [ |
68 | | - "circular-references:no-inheritance-for-extended-models", |
69 | | - "server-sent-event-examples", |
70 | | - "pagination:no-custom-config", |
71 | | - "exhaustive:skip-pydantic-validation", |
72 | | - "alias-extends:no-inheritance-for-extended-models", |
73 | | - "exhaustive:eager-imports", |
74 | | - "enum:strenum", |
75 | | - "nullable:use-typeddict-requests", |
76 | | - "file-upload:no-custom-config" |
| 90 | + "exhaustive:pyproject_extras", |
| 91 | + "exhaustive:infinite-timeout", |
| 92 | + "custom-auth", |
| 93 | + "basic-auth-environment-variables", |
| 94 | + "streaming:no-custom-config", |
| 95 | + "empty-clients", |
| 96 | + "websocket-bearer-auth", |
| 97 | + "unions:union-naming-v1", |
| 98 | + "examples:legacy-wire-tests", |
| 99 | + "exhaustive:skip-pydantic-validation" |
77 | 100 | ], |
78 | | - "groupTotalTimeSeconds": 194 |
| 101 | + "groupTotalTimeSeconds": 1472 |
79 | 102 | }, |
80 | 103 | { |
81 | 104 | "fixtures": [ |
82 | | - "websocket-inferred-auth", |
83 | | - "exhaustive:no-custom-config", |
84 | | - "oauth-client-credentials-default", |
85 | | - "exhaustive:pyproject_extras", |
86 | | - "accept-header", |
87 | | - "exhaustive:follow_redirects_by_default", |
| 105 | + "exhaustive:inline_request_params", |
88 | 106 | "client-side-params", |
89 | | - "mixed-file-directory:exclude_types_from_init_exports", |
90 | | - "content-type" |
| 107 | + "bytes-download", |
| 108 | + "literal:use_typeddict_requests", |
| 109 | + "examples:readme", |
| 110 | + "object", |
| 111 | + "exhaustive:additional_init_exports", |
| 112 | + "multi-url-environment-no-default", |
| 113 | + "examples:client-filename", |
| 114 | + "streaming-parameter" |
91 | 115 | ], |
92 | | - "groupTotalTimeSeconds": 193 |
| 116 | + "groupTotalTimeSeconds": 1472 |
93 | 117 | }, |
94 | 118 | { |
95 | 119 | "fixtures": [ |
96 | | - "circular-references-advanced:no-inheritance-for-extended-models", |
97 | | - "examples:no-custom-config", |
98 | | - "plain-text", |
99 | | - "oauth-client-credentials-custom", |
100 | | - "exhaustive:pydantic-v1-with-utils", |
101 | | - "query-parameters:no-custom-config", |
102 | | - "exhaustive:pydantic-v1", |
103 | | - "api-wide-base-path", |
104 | | - "file-upload:exclude_types_from_init_exports", |
105 | | - "unions:union-utils", |
106 | | - "multi-url-environment-no-default" |
| 120 | + "exhaustive:pydantic-extra-fields", |
| 121 | + "simple-api", |
| 122 | + "validation:no-custom-config", |
| 123 | + "validation:with-defaults", |
| 124 | + "mixed-file-directory:no-custom-config", |
| 125 | + "circular-references:no-custom-config", |
| 126 | + "multiple-request-bodies", |
| 127 | + "auth-environment-variables", |
| 128 | + "property-access" |
107 | 129 | ], |
108 | | - "groupTotalTimeSeconds": 200 |
| 130 | + "groupTotalTimeSeconds": 1453 |
109 | 131 | }, |
110 | 132 | { |
111 | 133 | "fixtures": [ |
112 | | - "server-sent-events", |
113 | | - "version-no-default", |
114 | | - "nullable-optional", |
115 | | - "optional", |
116 | | - "exhaustive:pydantic-ignore-fields", |
117 | | - "request-parameters", |
118 | | - "exhaustive:pydantic-v1-wrapped", |
119 | | - "audiences", |
120 | | - "folders", |
121 | | - "unions:union-naming-v1", |
122 | | - "multiple-request-bodies" |
| 134 | + "exhaustive:pydantic-v1", |
| 135 | + "server-sent-event-examples", |
| 136 | + "exhaustive:no-custom-config", |
| 137 | + "basic-auth", |
| 138 | + "inferred-auth-implicit", |
| 139 | + "circular-references:no-inheritance-for-extended-models", |
| 140 | + "websocket:websocket-base", |
| 141 | + "websocket:websocket-with_generated_clients", |
| 142 | + "enum:no-custom-config" |
123 | 143 | ], |
124 | | - "groupTotalTimeSeconds": 200 |
| 144 | + "groupTotalTimeSeconds": 1453 |
125 | 145 | }, |
126 | 146 | { |
127 | 147 | "fixtures": [ |
128 | | - "simple-api", |
129 | | - "exhaustive:deps_with_min_python_version", |
130 | | - "exhaustive:extra_dev_dependencies", |
131 | | - "exhaustive:aliases_without_validation", |
132 | | - "public-object", |
| 148 | + "alias", |
| 149 | + "path-parameters", |
| 150 | + "cross-package-type-names", |
| 151 | + "extends", |
133 | 152 | "simple-fhir:no-inheritance-for-extended-models", |
134 | | - "exhaustive:pydantic-extra-fields", |
135 | | - "basic-auth-environment-variables", |
136 | | - "http-head", |
137 | | - "websocket:websocket-base", |
138 | | - "pagination-custom" |
| 153 | + "mixed-file-directory:exclude_types_from_init_exports", |
| 154 | + "mixed-case", |
| 155 | + "file-upload:exclude_types_from_init_exports", |
| 156 | + "exhaustive:deps_with_min_python_version", |
| 157 | + "streaming:skip-pydantic-validation" |
139 | 158 | ], |
140 | | - "groupTotalTimeSeconds": 194 |
| 159 | + "groupTotalTimeSeconds": 1472 |
141 | 160 | }, |
142 | 161 | { |
143 | 162 | "fixtures": [ |
144 | | - "property-access", |
145 | | - "query-parameters-openapi:no-custom-config", |
146 | | - "trace", |
147 | | - "inferred-auth-implicit", |
148 | | - "exhaustive:inline-path-params", |
149 | | - "inferred-auth-implicit-no-expiry", |
150 | | - "bytes-download", |
151 | | - "license", |
152 | | - "literal:no-custom-config", |
153 | | - "websocket:websocket-with_generated_clients" |
| 163 | + "nullable-optional", |
| 164 | + "exhaustive:eager-imports", |
| 165 | + "exhaustive:union-utils", |
| 166 | + "oauth-client-credentials-with-variables", |
| 167 | + "content-type", |
| 168 | + "inferred-auth-explicit", |
| 169 | + "oauth-client-credentials-default", |
| 170 | + "alias-extends:no-inheritance-for-extended-models", |
| 171 | + "response-property", |
| 172 | + "enum:real-enum-forward-compat" |
154 | 173 | ], |
155 | | - "groupTotalTimeSeconds": 192 |
| 174 | + "groupTotalTimeSeconds": 1471 |
156 | 175 | }, |
157 | 176 | { |
158 | 177 | "fixtures": [ |
| 178 | + "pagination:no-custom-config", |
| 179 | + "alias-extends:no-custom-config", |
| 180 | + "reserved-keywords", |
| 181 | + "exhaustive:extra_dev_dependencies", |
159 | 182 | "unknown", |
160 | | - "query-parameters-openapi-as-objects:no-custom-config", |
161 | | - "examples:client-filename", |
162 | | - "examples:legacy-wire-tests", |
163 | | - "pagination:no-inheritance-for-extended-models", |
| 183 | + "exhaustive:pydantic-v1-wrapped", |
164 | 184 | "oauth-client-credentials-environment-variables", |
165 | | - "cross-package-type-names", |
166 | | - "no-environment", |
167 | | - "literal:use_typeddict_requests", |
168 | | - "websocket-bearer-auth" |
| 185 | + "query-parameters:no-custom-config", |
| 186 | + "exhaustive:aliases_without_validation" |
169 | 187 | ], |
170 | | - "groupTotalTimeSeconds": 192 |
| 188 | + "groupTotalTimeSeconds": 1452 |
171 | 189 | }, |
172 | 190 | { |
173 | 191 | "fixtures": [ |
174 | | - "path-parameters", |
175 | | - "streaming:no-custom-config", |
| 192 | + "api-wide-base-path", |
176 | 193 | "exhaustive:pydantic-v2-wrapped", |
177 | | - "exhaustive:infinite-timeout", |
178 | | - "oauth-client-credentials-nested-root", |
179 | | - "custom-auth", |
180 | | - "alias-extends:no-custom-config", |
181 | | - "errors", |
182 | | - "response-property", |
183 | | - "literals-unions" |
184 | | - ], |
185 | | - "groupTotalTimeSeconds": 199 |
186 | | - }, |
187 | | - { |
188 | | - "fixtures": [ |
189 | | - "streaming:skip-pydantic-validation", |
190 | | - "streaming-parameter", |
191 | | - "required-nullable", |
192 | | - "version", |
193 | | - "mixed-case", |
194 | | - "oauth-client-credentials", |
195 | 194 | "exhaustive:five-second-timeout", |
196 | | - "objects-with-imports", |
197 | | - "exhaustive:union-utils", |
| 195 | + "websocket-inferred-auth", |
| 196 | + "folders", |
| 197 | + "nullable:no-custom-config", |
| 198 | + "exhaustive:aliases_with_validation", |
| 199 | + "bytes-upload", |
198 | 200 | "any-auth", |
199 | | - "extra-properties", |
200 | | - "unions:no-custom-config", |
201 | | - "multi-line-docs" |
| 201 | + "pagination-custom" |
202 | 202 | ], |
203 | | - "groupTotalTimeSeconds": 199 |
| 203 | + "groupTotalTimeSeconds": 1467 |
204 | 204 | } |
205 | 205 | ] |
206 | 206 | } |
0 commit comments