Commits
Click on a commit to change the comparison rangeAdd multiple --input-model support with inheritance preservation Fix lint and coverage issues Simplify code to improve branch coverage Extract input-model processing to separate module Fix lint error for multi-line import Add expected_output_not_contains parameter to test helper Achieve 100% test coverage for input_model feature Mark pydantic v1 coercion code with pragma no cover Refactor input_model tests to use expected files with assert_output Fix PR review issues: duplicate imports, duplicate test, and duplicate union types Fix union type override for anyOf schemas and remove duplicate test Add test for x-python-type with union in anyOf schema Remove line comments except ignore comments Remove SKIP_PYTHON_314 and fix Union serialization for Python 3.14 Refactor duplicate tests using pytest.mark.parametrize Fix StrictTypes import in config-types with reuse-foreign strategy Fix pyright type error in _full_type_name Add unit tests for 100% patch coverage Fix variable naming: use 'spec' for find_spec result Add tests for _full_type_name branch coverage