fastmcp/tests/server/openapi
Jeremiah Lowin e68fa0653b Use proper isinstance(Enum) check instead of hasattr
Replace hasattr(param_in, 'value') with isinstance(param_in, Enum)
for more robust enum detection as suggested in review.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-25 21:00:39 -04:00
..
__init__.py clean up test inits 2025-05-31 19:32:08 -04:00
test_openapi.py Fix import prefix behavior 2025-06-19 15:19:31 -04:00
test_openapi_path_parameters.py Use proper isinstance(Enum) check instead of hasattr 2025-06-25 21:00:39 -04:00
test_route_map_fn.py Clean up route maps 2025-06-10 20:19:41 -04:00