fastmcp/tests/integration_tests
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
..
auth Replace subprocess tests with in-process async servers (#2006) 2025-10-19 10:47:54 -04:00
__init__.py Update github remote server tests with secret (#1112) 2025-07-10 10:48:42 -04:00
conftest.py fix missing import 2025-07-18 15:27:52 -05:00
test_github_mcp_remote.py lint 2025-10-03 21:27:31 -05:00