mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 03:54:18 +02:00
Adds test coverage for specific differences between OpenAPI 3.0 and 3.1 that can cause validation issues, including the scenario reported in GitHub issue #1021. Test coverage includes: - OpenAPI 3.0 boolean exclusiveMaximum format vs 3.1 numeric format - OpenAPI 3.0 nullable vs 3.1 type array format - Complex schemas with $defs and multiple exclusive constraints - Edge cases with both exclusiveMaximum and exclusiveMinimum These tests serve as regression prevention and document expected behavior for both OpenAPI versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_advanced_behavior.py | ||
| test_basic_functionality.py | ||
| test_configuration.py | ||
| test_description_propagation.py | ||
| test_explode_integration.py | ||
| test_openapi_compatibility.py | ||
| test_openapi_path_parameters.py | ||
| test_route_map_fn.py | ||