dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
56 stars 3 forks source link

test: drop FastAPI dependency #155

Closed achille-roussel closed 6 months ago

achille-roussel commented 6 months ago

This PR removes the FastAPI dependency from dispatch.test.

FastAPI is now only required if dispatch.fastapi is imported, and all unit tests that rely on FastAPI are in tests/test_fastapi.py.

I am making this change to enable importing dispatch.test without taking a FastAPI dependency, in preparation of adding new APIs in this package.