Skip to content

Commit

Permalink
test(type-safe-api): add edge case openapi specs to py/java runtime c…
Browse files Browse the repository at this point in the history
…odegen tests (#851)

Increase test coverage to prepare for py/java runtimes moving to the new codegen
  • Loading branch information
cogwirrel authored Oct 9, 2024
1 parent df2b69d commit be29501
Show file tree
Hide file tree
Showing 6 changed files with 53,539 additions and 3,535 deletions.
6 changes: 6 additions & 0 deletions packages/type-safe-api/test/resources/specs/edge-cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ paths:
name: class
schema:
type: string
responses:
200:
description: ok
/array-request-parameters:
get:
operationId: arrayRequestParameters
Expand Down Expand Up @@ -75,6 +78,9 @@ paths:
items:
type: number
format: double
responses:
200:
description: ok
components:
schemas:
MyEnum:
Expand Down
Loading

0 comments on commit be29501

Please sign in to comment.