You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/llms-full.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -553,7 +553,7 @@ Run `tox run -e schema-docs` after changing supported inputs or model backends.
553
553
554
554
| Format | Status | Evidence | Notes |
555
555
|--------|--------|----------|-------|
556
-
| OpenAPI YAML | tested | `tests/data/openapi/**/*.yaml` (34 fixtures) | Primary fixture format exercised under `tests/data/openapi/**/*.yaml`. |
556
+
| OpenAPI YAML | tested | `tests/data/openapi/**/*.yaml` (39 fixtures) | Primary fixture format exercised under `tests/data/openapi/**/*.yaml`. |
557
557
| OpenAPI JSON | tested | `tests/main/test_main.py::test_generate_from_json_input` | Covered by the JSON conversion CLI test in `tests/main/test_main.py`. |
558
558
| Remote HTTP `$ref` targets | tested | `tests/main/test_main.py::test_generate_remote_ref` | Covered by the remote `$ref` generation test against a live HTTP server. |
559
559
@@ -562,7 +562,7 @@ Run `tox run -e schema-docs` after changing supported inputs or model backends.
562
562
| Suite | Fixtures | Example files | Notes |
563
563
|-------|----------|---------------|-------|
564
564
| Default template | 20 | `body_and_parameters.yaml`, `content_in_parameters.yaml`, `content_in_parameters_inline.yaml` | Core single-file generation scenarios exercised by the main CLI tests. |
565
-
| Coverage fixtures | 9 | `callbacks.yaml`, `callbacks_with_operation_id.yaml`, `faux_immutability.yaml` | Focused fixtures for callbacks, non-200 responses, and other regression edges. |
565
+
| Coverage fixtures | 14 | `callbacks.yaml`, `callbacks_with_operation_id.yaml`, `faux_immutability.yaml` | Focused fixtures for callbacks, non-200 responses, and other regression edges. |
Copy file name to clipboardExpand all lines: docs/supported_formats.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Run `tox run -e schema-docs` after changing supported inputs or model backends.
7
7
8
8
| Format | Status | Evidence | Notes |
9
9
|--------|--------|----------|-------|
10
-
| OpenAPI YAML | tested |`tests/data/openapi/**/*.yaml` (34 fixtures) | Primary fixture format exercised under `tests/data/openapi/**/*.yaml`. |
10
+
| OpenAPI YAML | tested |`tests/data/openapi/**/*.yaml` (39 fixtures) | Primary fixture format exercised under `tests/data/openapi/**/*.yaml`. |
11
11
| OpenAPI JSON | tested |`tests/main/test_main.py::test_generate_from_json_input`| Covered by the JSON conversion CLI test in `tests/main/test_main.py`. |
12
12
| Remote HTTP `$ref` targets | tested |`tests/main/test_main.py::test_generate_remote_ref`| Covered by the remote `$ref` generation test against a live HTTP server. |
13
13
@@ -16,7 +16,7 @@ Run `tox run -e schema-docs` after changing supported inputs or model backends.
16
16
| Suite | Fixtures | Example files | Notes |
17
17
|-------|----------|---------------|-------|
18
18
| Default template | 20 |`body_and_parameters.yaml`, `content_in_parameters.yaml`, `content_in_parameters_inline.yaml`| Core single-file generation scenarios exercised by the main CLI tests. |
19
-
| Coverage fixtures |9|`callbacks.yaml`, `callbacks_with_operation_id.yaml`, `faux_immutability.yaml`| Focused fixtures for callbacks, non-200 responses, and other regression edges. |
19
+
| Coverage fixtures |14|`callbacks.yaml`, `callbacks_with_operation_id.yaml`, `faux_immutability.yaml`| Focused fixtures for callbacks, non-200 responses, and other regression edges. |
0 commit comments