Spaces:
Running
Running
| """Shared fixtures for openapi_new utilities tests.""" | |
| import pytest | |
| from fastmcp.utilities.tests import temporary_settings | |
| def use_new_openapi_parser(): | |
| with temporary_settings(experimental__enable_new_openapi_parser=True): | |
| yield | |