This repository was archived by the owner on Apr 14, 2026. It is now read-only.
Commit ff920b0
refactor: switch test fixtures to use external runtime package
Configure all test fixtures (except parameters/) to import the
generated runtime package instead of inlining runtime code. This
reduces bloat in generated test files and exercises the external
runtime code path.
The parameters/ tests remain in inline mode to maintain coverage
of the extract+DCE pipeline.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d24950b commit ff920b0
91 files changed
Lines changed: 1968 additions & 2306 deletions
File tree
- experimental/codegen/internal/test
- callbacks
- output
- components
- composition
- output
- default_values
- output
- enums/illegal_names
- nullable
- output
- objects
- primitives
- aliased_date
- output
- untyped_properties
- recursive
- schemas
- output
- comprehensive
- output
- extensions
- x_go_type
- enum_override
- object_override
- skip_pointer
- x_order
- output
- external_ref
- imports
- deps
- multi_package_response
- pkg1
- pkg2
- multi_spec
- overlays
- packageA
- spec
- packagea
- packageb
- removed_ref
- response_refs
- pkg1
- pkg2
- name_conflict_resolution
- head_digit_op_id
- inline_identifiers
- output
- output
- underscore_mapping
- output
- output_options
- name_normalizer
- output
- skip_optional_pointer
- arrays
- containers
- skip_prune
- parameters
- all_styles/output
- encoding/output
- precedence/output
- request_response/content_types
- custom_json
- custom_schema
- multiple
- webhooks
- output
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments