FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.
693
stars
59
forks
source link
Add docker client check before running tests that require docker #138
Closed
feluelle closed 3 months ago
Description
This change will make sure tests don't fail if docker is not installed
cc @slaarti
Changes
addresses: https://github.com/igorbenav/fastcrud/issues/110#issuecomment-2241901618
Checklist