flowbased / fbp-spec

Data-driven testing of FBP components and graphs
MIT License
32 stars 4 forks source link

Maybe support custom components inline #75

Open jonnor opened 8 years ago

jonnor commented 8 years ago

Right now all components must be existing in the runtime. For testing-specific components, it could maybe be nice to optionally allow these to be defined inline in the definition of the tests.

jonnor commented 8 years ago

These would have to be communicated over the FBP runtime protocol using component:setsource. Would have to check for that capability also.

https://flowbased.github.io/fbp-protocol/