cocoindex icon indicating copy to clipboard operation
cocoindex copied to clipboard

[FEATURE] Create a util to streamline test for flow functions in Python

Open badmonster0 opened this issue 8 months ago • 5 comments

Similar to #352, but to be used to test flow functions in Python.

It takes the following input:

  • a function spec
  • input argument / types
  • input row(s)

It returns output rows, and users can asserts on its output values.


To contributors ❤️: Please leave a comment I'm working on this if you decide to take it - to better communicate with other contributors :)

badmonster0 avatar Apr 20 '25 02:04 badmonster0