Description
Provides local server fixtures for pytest tests. It helps developers test client code against controlled local HTTP or similar services instead of depending on live external endpoints.
Local servers open ports and can capture request data. Bind only to intended interfaces and avoid sending real credentials through test traffic.