fastmcp/tests/experimental/openapi_parser
Jeremiah Lowin 3321644ad3
Replace subprocess tests with in-process async servers (#2006)
* Use anyio as testing backend

* Remove asyncio markers

* Update streamable http tests

* Replace all subprocess tests

* Replace anyio task groups with asyncio context managers in tests

- Convert run_server_async from anyio task group pattern to asyncio.create_task with async context manager
- Remove task_group fixture from conftest
- Update all test fixtures to use async with run_server_async pattern
- Remove TaskGroup imports from all test files
- Tests now work with pytest-asyncio instead of pytest-anyio

* Update test_github_provider_integration.py
2025-10-19 10:47:54 -04:00
..
server Replace subprocess tests with in-process async servers (#2006) 2025-10-19 10:47:54 -04:00
utilities Fix nullable enum validation in OpenAPI converter (#2093) 2025-10-15 06:30:30 -07:00
__init__.py Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00
conftest.py Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00
README.md Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00

OpenAPI Parser Experiment

Performance-optimized OpenAPI parser with better transitive reference resolution.

Enabled via experimental.enable_new_openapi_parser = True