Any ideas how I can test my flows without kicking ...
# ask-metaflow
c
Any ideas how I can test my flows without kicking of jobs. E.g. from something like pytests? If I use subprocess to call the flow I reach too many layers of nested processes and tests just freeze.
1