Closed achille-roussel closed 6 months ago
This PR removes the FastAPI dependency from dispatch.test.
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.
dispatch.fastapi
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.
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 intests/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.