langchain/tests
William FH 007babb363
Add a mock server (#2443)
It's useful to evaluate API Chains against a mock server. This PR makes
an example "robot" server that exposes endpoints for the following:
- Path, Query, and Request Body argument passing
- GET, PUT, and DELETE endpoints exposed OpenAPI spec.


Relies on FastAPI + Uvicorn - I could add to the dev dependencies list
if you'd like
2023-04-05 10:35:46 -07:00
..
integration_tests fix: elasticsearch (#2402) 2023-04-05 06:51:32 -07:00
mock_servers Add a mock server (#2443) 2023-04-05 10:35:46 -07:00
unit_tests improve AsyncCallbackManager (#2410) 2023-04-05 09:31:42 +02:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00