fractal-analytics-platform / fractal-tasks-core

Main tasks for the Fractal analytics platform
https://fractal-analytics-platform.github.io/fractal-tasks-core/
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Test match between function arguments and pydantic model #368

Closed tcompa closed 1 year ago

tcompa commented 1 year ago

(branching from https://github.com/fractal-analytics-platform/fractal-tasks-core/issues/353#issuecomment-1516330380)

tcompa commented 1 year ago

As part of #369, we are including:

tcompa commented 1 year ago

Note that as of https://github.com/fractal-analytics-platform/fractal-tasks-core/commit/87a38b5f0bcf1856b4963f4e9efbee783d872f34 (and provided that we keep following that route) this issue would not be relevant any more, since we would be creating the Pydantic models directly from the function call signature.