Commit 970bcec
authored
Enforce shared assertions in e2e tests (#3108)
* Enforce shared assertions in e2e tests
* Use e2e fixtures for shared assertions
* Ignore expected fixtures in code scanning
* Share HTTP mocks in e2e tests
* Cover HTTP assertion helper branch
* Address review feedback on assert helpers
* Cover async assertion guard branch
* Refine shared e2e assertion helpers
* Tighten assert helper usage guard
* Bind HTTP mocks to expected URLs
* Use expected fixture for collapsed external model
* Tighten HTTP request assertions
* Use shared HTTP mock fixture
* Use shared HTTP mock in JSON URL test
* Tighten assert guard coverage
* Use output fixtures for e2e asserts
* Type HTTP mock helpers
* Avoid CodeQL protocol body noise
* Address review assertion helper feedback
* Restore native deferred expected output
* Limit HTTP mock assertions to requested options
* Document e2e assertion helper policy
* Update llms docs for assertion policy
* Clarify e2e snapshot update workflow1 parent f00eaab commit 970bcec
119 files changed
Lines changed: 7578 additions & 1130 deletions
File tree
- .github/workflows
- docs
- tests
- data
- expected
- main_kr
- generate_cli_command
- generate_prompt
- main_modular_no_file
- pyproject_profile
- main
- generate_returns_dict_for_multiple_modules
- help
- jsonschema
- all_exports_multi_file_ruff
- no_empty_collapsed_external_model
- url_relative_root_id_resolves_relative_refs
- openapi
- all_exports_scope_recursive_collision_avoided_by_renaming
- foo
- nested
- woo
- format_code_fallback_on_error_init_exports
- foo
- nested
- woo
- generate_multi_module_pydantic_ruff_defaults_to_runtime_imports
- foo
- nested
- woo
- init_exports_without_formatting
- foo
- nested
- woo
- use_type_checking_imports_for_multi_module_pydantic_ruff
- foo
- nested
- woo
- jsonschema
- remote_ref
- url_relative_root_id
- openapi
- main
- jsonschema
- openapi
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 | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
54 | 87 | | |
55 | 88 | | |
56 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30847 | 30847 | | |
30848 | 30848 | | |
30849 | 30849 | | |
| 30850 | + | |
| 30851 | + | |
| 30852 | + | |
| 30853 | + | |
| 30854 | + | |
| 30855 | + | |
| 30856 | + | |
| 30857 | + | |
| 30858 | + | |
| 30859 | + | |
| 30860 | + | |
| 30861 | + | |
| 30862 | + | |
| 30863 | + | |
| 30864 | + | |
| 30865 | + | |
| 30866 | + | |
| 30867 | + | |
| 30868 | + | |
| 30869 | + | |
| 30870 | + | |
| 30871 | + | |
| 30872 | + | |
| 30873 | + | |
| 30874 | + | |
| 30875 | + | |
| 30876 | + | |
| 30877 | + | |
| 30878 | + | |
| 30879 | + | |
| 30880 | + | |
| 30881 | + | |
| 30882 | + | |
30850 | 30883 | | |
30851 | 30884 | | |
30852 | 30885 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| |||
0 commit comments